Class CfnServicePropsMixin.ServiceVolumeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnServicePropsMixin.ServiceVolumeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServicePropsMixin.ServiceVolumeConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServicePropsMixin.ServiceVolumeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnServicePropsMixin.ServiceVolumeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServicePropsMixin.ServiceVolumeConfigurationProperty
An implementation for
CfnServicePropsMixin.ServiceVolumeConfigurationProperty-
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.cfnpropertymixins.services.ecs.CfnServicePropsMixin.ServiceVolumeConfigurationProperty
CfnServicePropsMixin.ServiceVolumeConfigurationProperty.Builder, CfnServicePropsMixin.ServiceVolumeConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServicePropsMixin.ServiceVolumeConfigurationProperty.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 theCfnServicePropsMixin.ServiceVolumeConfigurationProperty.Builder.
-
-
Method Details
-
getManagedEbsVolume
Description copied from interface:CfnServicePropsMixin.ServiceVolumeConfigurationPropertyThe configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf.These settings are used to create each Amazon EBS volume, with one volume created for each task in the service. The Amazon EBS volumes are visible in your account in the Amazon EC2 console once they are created.
Returns union: either
IResolvableorCfnServicePropsMixin.ServiceManagedEBSVolumeConfigurationProperty- Specified by:
getManagedEbsVolumein interfaceCfnServicePropsMixin.ServiceVolumeConfigurationProperty- See Also:
-
getName
Description copied from interface:CfnServicePropsMixin.ServiceVolumeConfigurationPropertyThe name of the volume.This value must match the volume name from the
Volumeobject in the task definition.- Specified by:
getNamein interfaceCfnServicePropsMixin.ServiceVolumeConfigurationProperty- 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()
-