Class: Aws::GuardDuty::Types::OrganizationKubernetesAuditLogsConfiguration

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

Overview

Organization-wide Kubernetes audit logs configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enableBoolean

A value that contains information on whether Kubernetes audit logs should be enabled automatically as a data source for the organization.

Returns:

  • (Boolean)


6593
6594
6595
6596
6597
# File 'lib/aws-sdk-guardduty/types.rb', line 6593

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