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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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)


5852
5853
5854
5855
5856
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5852

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