@Stability(value=Stable) @Internal public static final class ScheduledTaskImageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ScheduledTaskImageProps
ScheduledTaskImagePropssoftware.amazon.jsii.JsiiObject.InitializationModeScheduledTaskImageProps.Builder, ScheduledTaskImageProps.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(ScheduledTaskImageProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ScheduledTaskImageProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getCommand()
The command that is passed to the container.
|
Map<String,String> |
getEnvironment()
The environment variables to pass to the container.
|
ContainerImage |
getImage()
The image used to start a container.
|
LogDriver |
getLogDriver()
The log driver to use.
|
Map<String,Secret> |
getSecrets()
The secret to expose to the container as an environment variable.
|
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(ScheduledTaskImageProps.Builder builder)
ScheduledTaskImageProps.Builder.public final ContainerImage getImage()
ScheduledTaskImagePropsImage or taskDefinition must be specified, but not both.
Default: - none
getImage in interface ScheduledTaskImagePropspublic final List<String> getCommand()
ScheduledTaskImagePropsIf you provide a shell command as a single string, you have to quote command-line arguments.
Default: - CMD value built into container image.
getCommand in interface ScheduledTaskImagePropspublic final Map<String,String> getEnvironment()
ScheduledTaskImagePropsDefault: none
getEnvironment in interface ScheduledTaskImagePropspublic final LogDriver getLogDriver()
ScheduledTaskImagePropsDefault: - AwsLogDriver if enableLogging is true
getLogDriver in interface ScheduledTaskImagePropspublic final Map<String,Secret> getSecrets()
ScheduledTaskImagePropsDefault: - No secret environment variables.
getSecrets in interface ScheduledTaskImageProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.