Class: Aws::GuardDuty::Types::OrganizationKubernetesAuditLogsConfigurationResult

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enableBoolean

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

Returns:

  • (Boolean)


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

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