public static interface AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails.Builder |
options(Map<String,String> options)
The options to use to configure the log router.
|
AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails.Builder |
type(String type)
The log router to use.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails.Builder options(Map<String,String> options)
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.
options - 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.
AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails.Builder type(String type)
The log router to use. Valid values are fluentbit or fluentd.
type - The log router to use. Valid values are fluentbit or fluentd.Copyright © 2023. All rights reserved.