Class DockerVolumeConfiguration.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.DockerVolumeConfiguration.Jsii$Proxy
- All Implemented Interfaces:
DockerVolumeConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DockerVolumeConfiguration
@Stability(Stable)
@Internal
public static final class DockerVolumeConfiguration.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DockerVolumeConfiguration
An implementation for
DockerVolumeConfiguration-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.DockerVolumeConfiguration
DockerVolumeConfiguration.Builder, DockerVolumeConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theDockerVolumeConfiguration.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal BooleanSpecifies whether the Docker volume should be created if it does not already exist.final StringThe Docker volume driver to use.A map of Docker driver-specific options passed through.Custom metadata to add to your Docker volume.final ScopegetScope()The scope for the Docker volume that determines its lifecycle.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theDockerVolumeConfiguration.Builder.
-
-
Method Details
-
getDriver
Description copied from interface:DockerVolumeConfigurationThe Docker volume driver to use.- Specified by:
getDriverin interfaceDockerVolumeConfiguration
-
getScope
Description copied from interface:DockerVolumeConfigurationThe scope for the Docker volume that determines its lifecycle.- Specified by:
getScopein interfaceDockerVolumeConfiguration
-
getAutoprovision
Description copied from interface:DockerVolumeConfigurationSpecifies whether the Docker volume should be created if it does not already exist.If true is specified, the Docker volume will be created for you.
Default: false
- Specified by:
getAutoprovisionin interfaceDockerVolumeConfiguration
-
getDriverOpts
Description copied from interface:DockerVolumeConfigurationA map of Docker driver-specific options passed through.Default: No options
- Specified by:
getDriverOptsin interfaceDockerVolumeConfiguration
-
getLabels
Description copied from interface:DockerVolumeConfigurationCustom metadata to add to your Docker volume.Default: No labels
- Specified by:
getLabelsin interfaceDockerVolumeConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-