Class: Aws::GuardDuty::Types::KubernetesConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::KubernetesConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Describes whether any Kubernetes data sources are enabled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audit_logs ⇒ Types::KubernetesAuditLogsConfiguration
The status of Kubernetes audit logs as a data source.
Instance Attribute Details
#audit_logs ⇒ Types::KubernetesAuditLogsConfiguration
The status of Kubernetes audit logs as a data source.
4629 4630 4631 4632 4633 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4629 class KubernetesConfiguration < Struct.new( :audit_logs) SENSITIVE = [] include Aws::Structure end |