@Stability(value=Experimental) @Internal public static final class LogDriverConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LogDriverConfig
LogDriverConfigsoftware.amazon.jsii.JsiiObject.InitializationModeLogDriverConfig.Builder, LogDriverConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String logDriver,
Map<String,String> options)
Constructor that initializes the object based on literal property values passed by the
LogDriverConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getLogDriver()
(experimental) The log driver to use for the container.
|
Map<String,String> |
getOptions()
(experimental) The configuration options to send to the log driver.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String logDriver, Map<String,String> options)
LogDriverConfig.Builder.public final String getLogDriver()
LogDriverConfigThe 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.
getLogDriver in interface LogDriverConfigpublic final Map<String,String> getOptions()
LogDriverConfiggetOptions in interface LogDriverConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.