Class: Aws::SecurityHub::Types::AwsEksClusterLoggingClusterLoggingDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEksClusterLoggingClusterLoggingDetails
- 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
-
#enabled ⇒ Boolean
Whether the logging types that are listed in ‘Types` are enabled.
-
#types ⇒ Array<String>
A list of logging types.
Instance Attribute Details
#enabled ⇒ Boolean
Whether the logging types that are listed in ‘Types` are enabled.
11837 11838 11839 11840 11841 11842 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11837 class AwsEksClusterLoggingClusterLoggingDetails < Struct.new( :enabled, :types) SENSITIVE = [] include Aws::Structure end |
#types ⇒ Array<String>
A list of logging types. Valid values are as follows:
-
‘api`
-
‘audit`
-
‘authenticator`
-
‘controllerManager`
-
‘scheduler`
11837 11838 11839 11840 11841 11842 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11837 class AwsEksClusterLoggingClusterLoggingDetails < Struct.new( :enabled, :types) SENSITIVE = [] include Aws::Structure end |