@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.805Z") @Stability(value=Experimental) public interface LogDriverConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LogDriverConfig.Builder
A builder for
LogDriverConfig |
static class |
LogDriverConfig.Jsii$Proxy
An implementation for
LogDriverConfig |
| Modifier and Type | Method and Description |
|---|---|
static LogDriverConfig.Builder |
builder() |
String |
getLogDriver()
(experimental) The log driver to use for the container.
|
default Map<String,String> |
getOptions()
(experimental) The configuration options to send to the log driver.
|
@Stability(value=Experimental) @NotNull String getLogDriver()
The valid values listed for this parameter are log drivers that the Amazon ECS container agent can communicate with by default.
For tasks using the Fargate launch type, the supported log drivers are awslogs, splunk, and awsfirelens. For tasks using the EC2 launch type, 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.
@Stability(value=Experimental) @Nullable default Map<String,String> getOptions()
@Stability(value=Experimental) static LogDriverConfig.Builder builder()
LogDriverConfig.Builder of LogDriverConfigCopyright © 2021. All rights reserved.