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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.DockerVolumeConfiguration
DockerVolumeConfiguration.Builder, DockerVolumeConfiguration.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDockerVolumeConfiguration.Builder
.protected
Jsii$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.JsonNode
final boolean
final Boolean
Specifies whether the Docker volume should be created if it does not already exist.final String
The Docker volume driver to use.A map of Docker driver-specific options passed through.Custom metadata to add to your Docker volume.final Scope
getScope()
The scope for the Docker volume that determines its lifecycle.final int
hashCode()
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:DockerVolumeConfiguration
The Docker volume driver to use.- Specified by:
getDriver
in interfaceDockerVolumeConfiguration
-
getScope
Description copied from interface:DockerVolumeConfiguration
The scope for the Docker volume that determines its lifecycle.- Specified by:
getScope
in interfaceDockerVolumeConfiguration
-
getAutoprovision
Description copied from interface:DockerVolumeConfiguration
Specifies 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:
getAutoprovision
in interfaceDockerVolumeConfiguration
-
getDriverOpts
Description copied from interface:DockerVolumeConfiguration
A map of Docker driver-specific options passed through.Default: No options
- Specified by:
getDriverOpts
in interfaceDockerVolumeConfiguration
-
getLabels
Description copied from interface:DockerVolumeConfiguration
Custom metadata to add to your Docker volume.Default: No labels
- Specified by:
getLabels
in interfaceDockerVolumeConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-