Class: Aws::GuardDuty::Types::OrganizationKubernetesConfiguration

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

Overview

Organization-wide Kubernetes data sources configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_logsTypes::OrganizationKubernetesAuditLogsConfiguration

Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.



5866
5867
5868
5869
5870
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5866

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