Class: Aws::SecurityHub::Types::AwsEksClusterLoggingClusterLoggingDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Details for a cluster logging configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Whether the logging types that are listed in ‘Types` are enabled.

Returns:

  • (Boolean)


11834
11835
11836
11837
11838
11839
# File 'lib/aws-sdk-securityhub/types.rb', line 11834

class AwsEksClusterLoggingClusterLoggingDetails < Struct.new(
  :enabled,
  :types)
  SENSITIVE = []
  include Aws::Structure
end

#typesArray<String>

A list of logging types. Valid values are as follows:

  • ‘api`

  • ‘audit`

  • ‘authenticator`

  • ‘controllerManager`

  • ‘scheduler`

Returns:

  • (Array<String>)


11834
11835
11836
11837
11838
11839
# File 'lib/aws-sdk-securityhub/types.rb', line 11834

class AwsEksClusterLoggingClusterLoggingDetails < Struct.new(
  :enabled,
  :types)
  SENSITIVE = []
  include Aws::Structure
end