Class CfnImageRecipe.InstanceBlockDeviceMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnImageRecipe.InstanceBlockDeviceMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnImageRecipe.InstanceBlockDeviceMappingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnImageRecipe.InstanceBlockDeviceMappingProperty
@Stability(Stable)
@Internal
public static final class CfnImageRecipe.InstanceBlockDeviceMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnImageRecipe.InstanceBlockDeviceMappingProperty
An implementation for
CfnImageRecipe.InstanceBlockDeviceMappingProperty
-
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.imagebuilder.CfnImageRecipe.InstanceBlockDeviceMappingProperty
CfnImageRecipe.InstanceBlockDeviceMappingProperty.Builder, CfnImageRecipe.InstanceBlockDeviceMappingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnImageRecipe.InstanceBlockDeviceMappingProperty.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 String
The device to which these mappings apply.final Object
getEbs()
Use to manage Amazon EBS-specific configuration for this mapping.final String
Enter an empty string to remove a mapping from the parent image.final String
Manages the instance ephemeral devices.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 theCfnImageRecipe.InstanceBlockDeviceMappingProperty.Builder
.
-
-
Method Details
-
getDeviceName
Description copied from interface:CfnImageRecipe.InstanceBlockDeviceMappingProperty
The device to which these mappings apply.- Specified by:
getDeviceName
in interfaceCfnImageRecipe.InstanceBlockDeviceMappingProperty
- See Also:
-
getEbs
Description copied from interface:CfnImageRecipe.InstanceBlockDeviceMappingProperty
Use to manage Amazon EBS-specific configuration for this mapping.- Specified by:
getEbs
in interfaceCfnImageRecipe.InstanceBlockDeviceMappingProperty
- See Also:
-
getNoDevice
Description copied from interface:CfnImageRecipe.InstanceBlockDeviceMappingProperty
Enter an empty string to remove a mapping from the parent image.The following is an example of an empty string value in the
NoDevice
field.NoDevice:""
- Specified by:
getNoDevice
in interfaceCfnImageRecipe.InstanceBlockDeviceMappingProperty
- See Also:
-
getVirtualName
Description copied from interface:CfnImageRecipe.InstanceBlockDeviceMappingProperty
Manages the instance ephemeral devices.- Specified by:
getVirtualName
in interfaceCfnImageRecipe.InstanceBlockDeviceMappingProperty
- See Also:
-
$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()
-