Class CfnService.EBSTagSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnService.EBSTagSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.EBSTagSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.EBSTagSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnService.EBSTagSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.EBSTagSpecificationProperty
An implementation for
CfnService.EBSTagSpecificationProperty-
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.CfnService.EBSTagSpecificationProperty
CfnService.EBSTagSpecificationProperty.Builder, CfnService.EBSTagSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.EBSTagSpecificationProperty.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 StringDetermines whether to propagate the tags from the task definition to the Amazon EBS volume.final StringThe type of volume resource.getTags()The tags applied to this Amazon EBS volume.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 theCfnService.EBSTagSpecificationProperty.Builder.
-
-
Method Details
-
getResourceType
Description copied from interface:CfnService.EBSTagSpecificationPropertyThe type of volume resource.- Specified by:
getResourceTypein interfaceCfnService.EBSTagSpecificationProperty- See Also:
-
getPropagateTags
Description copied from interface:CfnService.EBSTagSpecificationPropertyDetermines whether to propagate the tags from the task definition to the Amazon EBS volume.Tags can only propagate to a
SERVICEspecified inServiceVolumeConfiguration. If no value is specified, the tags aren't propagated.- Specified by:
getPropagateTagsin interfaceCfnService.EBSTagSpecificationProperty- See Also:
-
getTags
Description copied from interface:CfnService.EBSTagSpecificationPropertyThe tags applied to this Amazon EBS volume.AmazonECSCreatedandAmazonECSManagedare reserved tags that can't be used.- Specified by:
getTagsin interfaceCfnService.EBSTagSpecificationProperty- 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()
-