@Stability(value=Stable) @Internal public static final class CfnTaskDefinition.HostVolumePropertiesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTaskDefinition.HostVolumePropertiesProperty
CfnTaskDefinition.HostVolumePropertiesPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnTaskDefinition.HostVolumePropertiesProperty.Builder, CfnTaskDefinition.HostVolumePropertiesProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTaskDefinition.HostVolumePropertiesProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTaskDefinition.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 |
getSourcePath()
When the `host` parameter is used, specify a `sourcePath` to declare the path on the host container instance that's presented to the container.
|
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(CfnTaskDefinition.HostVolumePropertiesProperty.Builder builder)
CfnTaskDefinition.AuthorizationConfigProperty.Builder.public final String getSourcePath()
CfnTaskDefinition.HostVolumePropertiesProperty
If this parameter is empty, then the Docker daemon has assigned a host path for you. If the host parameter contains a sourcePath file location, then the data volume persists at the specified location on the host container instance until you delete it manually. If the sourcePath value doesn't exist on the host container instance, the Docker daemon creates it. If the location does exist, the contents of the source path folder are exported.
If you're using the Fargate launch type, the sourcePath parameter is not supported.
getSourcePath in interface CfnTaskDefinition.HostVolumePropertiesProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.