AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails - AWS Security Hub CSPM
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails

The log configuration specification for the container.

Contents

LogDriver

The log driver to use for the container.

Valid values on AWS 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 AWS SDKs, see the following: