logDriver property
The log driver to use for the container.
For tasks on AWS Fargate, the supported log drivers are
awslogs
, splunk
, and awsfirelens
.
For tasks hosted on Amazon EC2 instances, the supported log drivers are
awslogs
, fluentd
, gelf
,
json-file
, journald
,
logentries
,syslog
, splunk
, and
awsfirelens
.
For more information about using the awslogs
log driver, see Using
the awslogs log driver in the Amazon Elastic Container Service
Developer Guide.
For more information about using the awsfirelens
log driver,
see Custom
log routing in the Amazon Elastic Container Service Developer
Guide.
Implementation
final LogDriver logDriver;