Method: Aws::GuardDuty::Types::OrganizationKubernetesAuditLogsConfiguration#auto_enable

Defined in:
lib/aws-sdk-guardduty/types.rb

#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)


6927
6928
6929
6930
6931
# File 'lib/aws-sdk-guardduty/types.rb', line 6927

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