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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.DockerVolumeConfigurationDockerVolumeConfiguration.Builder, DockerVolumeConfiguration.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor 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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theDockerVolumeConfiguration.Builder.
 
- 
- 
Method Details- 
getDriverDescription copied from interface:DockerVolumeConfigurationThe Docker volume driver to use.- Specified by:
- getDriverin interface- DockerVolumeConfiguration
 
- 
getScopeDescription copied from interface:DockerVolumeConfigurationThe scope for the Docker volume that determines its lifecycle.- Specified by:
- getScopein interface- DockerVolumeConfiguration
 
- 
getAutoprovisionDescription 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 interface- DockerVolumeConfiguration
 
- 
getDriverOptsDescription copied from interface:DockerVolumeConfigurationA map of Docker driver-specific options passed through.Default: No options - Specified by:
- getDriverOptsin interface- DockerVolumeConfiguration
 
- 
getLabelsDescription copied from interface:DockerVolumeConfigurationCustom metadata to add to your Docker volume.Default: No labels - Specified by:
- getLabelsin interface- DockerVolumeConfiguration
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-