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

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


11418
11419
11420
11421
11422
11423
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11418

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>)


11418
11419
11420
11421
11422
11423
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11418

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