Class CfnInstance.BlockDeviceMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opsworks.CfnInstance.BlockDeviceMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInstance.BlockDeviceMappingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInstance.BlockDeviceMappingProperty
@Stability(Stable)
@Internal
public static final class CfnInstance.BlockDeviceMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInstance.BlockDeviceMappingProperty
An implementation for
CfnInstance.BlockDeviceMappingProperty
-
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.opsworks.CfnInstance.BlockDeviceMappingProperty
CfnInstance.BlockDeviceMappingProperty.Builder, CfnInstance.BlockDeviceMappingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInstance.BlockDeviceMappingProperty.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 name that is exposed to the instance, such as/dev/sdh
.final Object
getEbs()
AnEBSBlockDevice
that defines how to configure an Amazon EBS volume when the instance is launched.final String
Suppresses the specified device included in the AMI's block device mapping.final String
The virtual device name.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 theCfnInstance.BlockDeviceMappingProperty.Builder
.
-
-
Method Details
-
getDeviceName
Description copied from interface:CfnInstance.BlockDeviceMappingProperty
The device name that is exposed to the instance, such as/dev/sdh
.For the root device, you can use the explicit device name or you can set this parameter to
ROOT_DEVICE
and AWS OpsWorks Stacks will provide the correct device name.- Specified by:
getDeviceName
in interfaceCfnInstance.BlockDeviceMappingProperty
-
getEbs
Description copied from interface:CfnInstance.BlockDeviceMappingProperty
AnEBSBlockDevice
that defines how to configure an Amazon EBS volume when the instance is launched.You can specify either the
VirtualName
orEbs
, but not both.- Specified by:
getEbs
in interfaceCfnInstance.BlockDeviceMappingProperty
-
getNoDevice
Description copied from interface:CfnInstance.BlockDeviceMappingProperty
Suppresses the specified device included in the AMI's block device mapping.- Specified by:
getNoDevice
in interfaceCfnInstance.BlockDeviceMappingProperty
-
getVirtualName
Description copied from interface:CfnInstance.BlockDeviceMappingProperty
The virtual device name.For more information, see BlockDeviceMapping . You can specify either the
VirtualName
orEbs
, but not both.- Specified by:
getVirtualName
in interfaceCfnInstance.BlockDeviceMappingProperty
-
$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()
-