Class: Aws::GuardDuty::Types::OrganizationKubernetesAuditLogsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationKubernetesAuditLogsConfiguration
- 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
-
#auto_enable ⇒ Boolean
A value that contains information on whether Kubernetes audit logs should be enabled automatically as a data source for the organization.
Instance Attribute Details
#auto_enable ⇒ Boolean
A value that contains information on whether Kubernetes audit logs should be enabled automatically as a data source for the organization.
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 |