@Stability(value=Stable) @Internal public static final class CfnInstance.BlockDeviceMappingProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnInstance.BlockDeviceMappingProperty
CfnInstance.BlockDeviceMappingPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnInstance.BlockDeviceMappingProperty.Builder, CfnInstance.BlockDeviceMappingProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnInstance.BlockDeviceMappingProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnInstance.BlockDeviceMappingProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDeviceName()
The device name that is exposed to the instance, such as `/dev/sdh` .
|
Object |
getEbs()
An `EBSBlockDevice` that defines how to configure an Amazon EBS volume when the instance is launched.
|
String |
getNoDevice()
Suppresses the specified device included in the AMI's block device mapping.
|
String |
getVirtualName()
The virtual device name.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnInstance.BlockDeviceMappingProperty.Builder builder)
CfnInstance.BlockDeviceMappingProperty.Builder.public final String getDeviceName()
CfnInstance.BlockDeviceMappingProperty
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.
getDeviceName in interface CfnInstance.BlockDeviceMappingPropertypublic final Object getEbs()
CfnInstance.BlockDeviceMappingProperty
You can specify either the VirtualName or Ebs , but not both.
getEbs in interface CfnInstance.BlockDeviceMappingPropertypublic final String getNoDevice()
CfnInstance.BlockDeviceMappingPropertygetNoDevice in interface CfnInstance.BlockDeviceMappingPropertypublic final String getVirtualName()
CfnInstance.BlockDeviceMappingProperty
For more information, see BlockDeviceMapping . You can specify either the VirtualName or Ebs , but not both.
getVirtualName in interface CfnInstance.BlockDeviceMappingProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.