Class CfnContainerRecipe.InstanceBlockDeviceMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnContainerRecipe.InstanceBlockDeviceMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerRecipe.InstanceBlockDeviceMappingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerRecipe.InstanceBlockDeviceMappingProperty
@Stability(Stable)
@Internal
public static final class CfnContainerRecipe.InstanceBlockDeviceMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerRecipe.InstanceBlockDeviceMappingProperty
An implementation for
CfnContainerRecipe.InstanceBlockDeviceMappingProperty-
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.imagebuilder.CfnContainerRecipe.InstanceBlockDeviceMappingProperty
CfnContainerRecipe.InstanceBlockDeviceMappingProperty.Builder, CfnContainerRecipe.InstanceBlockDeviceMappingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerRecipe.InstanceBlockDeviceMappingProperty.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 StringThe device to which these mappings apply.final ObjectgetEbs()Use to manage Amazon EBS-specific configuration for this mapping.final StringUse to remove a mapping from the base image.final StringUse to manage instance ephemeral devices.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 theCfnContainerRecipe.InstanceBlockDeviceMappingProperty.Builder.
-
-
Method Details
-
getDeviceName
Description copied from interface:CfnContainerRecipe.InstanceBlockDeviceMappingPropertyThe device to which these mappings apply.- Specified by:
getDeviceNamein interfaceCfnContainerRecipe.InstanceBlockDeviceMappingProperty- See Also:
-
getEbs
Description copied from interface:CfnContainerRecipe.InstanceBlockDeviceMappingPropertyUse to manage Amazon EBS-specific configuration for this mapping.Returns union: either
IResolvableorCfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty- Specified by:
getEbsin interfaceCfnContainerRecipe.InstanceBlockDeviceMappingProperty- See Also:
-
getNoDevice
Description copied from interface:CfnContainerRecipe.InstanceBlockDeviceMappingPropertyUse to remove a mapping from the base image.- Specified by:
getNoDevicein interfaceCfnContainerRecipe.InstanceBlockDeviceMappingProperty- See Also:
-
getVirtualName
Description copied from interface:CfnContainerRecipe.InstanceBlockDeviceMappingPropertyUse to manage instance ephemeral devices.- Specified by:
getVirtualNamein interfaceCfnContainerRecipe.InstanceBlockDeviceMappingProperty- 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()
-