Class: Aws::GuardDuty::Types::OrganizationKubernetesConfigurationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

The current configuration of all Kubernetes data sources for the organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_logsTypes::OrganizationKubernetesAuditLogsConfigurationResult

The current configuration of Kubernetes audit logs as a data source for the organization.



5882
5883
5884
5885
5886
# File 'lib/aws-sdk-guardduty/types.rb', line 5882

class OrganizationKubernetesConfigurationResult < Struct.new(
  :audit_logs)
  SENSITIVE = []
  include Aws::Structure
end