Class CfnDaemonTaskDefinition.VolumeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnDaemonTaskDefinition.VolumeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDaemonTaskDefinition.VolumeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDaemonTaskDefinition.VolumeProperty
@Stability(Stable)
@Internal
public static final class CfnDaemonTaskDefinition.VolumeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDaemonTaskDefinition.VolumeProperty
An implementation for
CfnDaemonTaskDefinition.VolumeProperty-
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.CfnDaemonTaskDefinition.VolumeProperty
CfnDaemonTaskDefinition.VolumeProperty.Builder, CfnDaemonTaskDefinition.VolumeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDaemonTaskDefinition.VolumeProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnDaemonTaskDefinition.VolumeProperty.Builder.
-
-
Method Details
-
getHost
Description copied from interface:CfnDaemonTaskDefinition.VolumePropertyDetails on a container instance bind mount host volume.Returns union: either
IResolvableorCfnDaemonTaskDefinition.HostVolumePropertiesProperty- Specified by:
getHostin interfaceCfnDaemonTaskDefinition.VolumeProperty- See Also:
-
getName
Description copied from interface:CfnDaemonTaskDefinition.VolumePropertyThe name of the volume.Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed. When using a volume configured at launch, the
nameis required and must also be specified as the volume name in theServiceVolumeConfigurationorTaskVolumeConfigurationparameter when creating your service or standalone task. For all other types of volumes, this name is referenced in thesourceVolumeparameter of themountPointsobject in the container definition. When a volume is using theefsVolumeConfiguration, the name is required.- Specified by:
getNamein interfaceCfnDaemonTaskDefinition.VolumeProperty- See Also:
-
$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()
-