Class: Aws::GuardDuty::Types::KubernetesAuditLogsConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Describes whether Kubernetes audit logs are enabled as a data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enableBoolean

The status of Kubernetes audit logs as a data source.

Returns:

  • (Boolean)


4029
4030
4031
4032
4033
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4029

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