AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails
The log configuration specification for the container.
Contents
- LogDriver
-
The log driver to use for the container.
Valid values on Amazon Fargate are as follows:
-
awsfirelens
-
awslogs
-
splunk
Valid values on Amazon EC2 are as follows:
-
awsfirelens
-
awslogs
-
fluentd
-
gelf
-
journald
-
json-file
-
logentries
-
splunk
-
syslog
Type: String
Pattern:
.*\S.*
Required: No
-
- Options
-
The configuration options to send to the log driver. Requires version 1.19 of the Docker Remote API or greater on your container instance.
Type: String to string map
Key Pattern:
.*\S.*
Value Pattern:
.*\S.*
Required: No
- SecretOptions
-
The secrets to pass to the log configuration.
Type: Array of AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails objects
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: