@Stability(value=Stable) @Internal public static final class CfnJobDefinition.LogConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobDefinition.LogConfigurationProperty
CfnJobDefinition.LogConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnJobDefinition.LogConfigurationProperty.Builder, CfnJobDefinition.LogConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnJobDefinition.LogConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnJobDefinition.AuthorizationConfigProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getLogDriver()
The log driver to use for the container.
|
Object |
getOptions()
The configuration options to send to the log driver.
|
Object |
getSecretOptions()
The secrets to pass to the log configuration.
|
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(CfnJobDefinition.LogConfigurationProperty.Builder builder)
CfnJobDefinition.AuthorizationConfigProperty.Builder.public final String getLogDriver()
CfnJobDefinition.LogConfigurationPropertyThe valid values listed for this parameter are log drivers that the Amazon ECS container agent can communicate with by default.
The supported log drivers are awslogs , fluentd , gelf , json-file , journald , logentries , syslog , and splunk .
Jobs that are running on Fargate resources are restricted to the
awslogsandsplunklog drivers.
If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container agent, you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that driver. We encourage you to submit pull requests for changes that you want to have included. However, Amazon Web Services doesn't currently support running modified copies of this software.
This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log into your container instance and run the following command: sudo docker version | grep "Server API version"
getLogDriver in interface CfnJobDefinition.LogConfigurationPropertypublic final Object getOptions()
CfnJobDefinition.LogConfigurationProperty
This parameter requires version 1.19 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log into your container instance and run the following command: sudo docker version | grep "Server API version"
getOptions in interface CfnJobDefinition.LogConfigurationPropertypublic final Object getSecretOptions()
CfnJobDefinition.LogConfigurationPropertyFor more information, see Specifying sensitive data in the AWS Batch User Guide .
getSecretOptions in interface CfnJobDefinition.LogConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.