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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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.



4058
4059
4060
4061
4062
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4058

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