Class: Aws::GuardDuty::Types::KubernetesConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#audit_logsTypes::KubernetesAuditLogsConfiguration

The status of Kubernetes audit logs as a data source.



3710
3711
3712
3713
3714
# File 'lib/aws-sdk-guardduty/types.rb', line 3710

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