Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The FireLens configuration for the container. The configuration specifies and configures a log router for container logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Hash<String,String>
The options to use to configure the log router.
-
#type ⇒ String
The log router to use.
Instance Attribute Details
#options ⇒ Hash<String,String>
The options to use to configure the log router.
The valid option keys are as follows:
-
‘enable-ecs-log-metadata`. The value can be `true` or `false`.
-
‘config-file-type`. The value can be `s3` or `file`.
-
‘config-file-value`. The value is either an S3 ARN or a file path.
10676 10677 10678 10679 10680 10681 |
# File 'lib/aws-sdk-securityhub/types.rb', line 10676 class AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails < Struct.new( :options, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The log router to use. Valid values are ‘fluentbit` or `fluentd`.
10676 10677 10678 10679 10680 10681 |
# File 'lib/aws-sdk-securityhub/types.rb', line 10676 class AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails < Struct.new( :options, :type) SENSITIVE = [] include Aws::Structure end |