Method: Aws::GuardDuty::Types::OrganizationKubernetesAuditLogsConfiguration#auto_enable
- Defined in:
- lib/aws-sdk-guardduty/types.rb
#auto_enable ⇒ Boolean
A value that contains information on whether Kubernetes audit logs should be enabled automatically as a data source for the organization.
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 |