@Stability(value=Stable) @Internal public static final class CfnLaunchConfiguration.BlockDeviceMappingProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunchConfiguration.BlockDeviceMappingProperty
CfnLaunchConfiguration.BlockDeviceMappingPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnLaunchConfiguration.BlockDeviceMappingProperty.Builder, CfnLaunchConfiguration.BlockDeviceMappingProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnLaunchConfiguration.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 assigned to the volume (for example, `/dev/sdh` or `xvdh` ).
|
Object |
getEbs()
Information to attach an EBS volume to an instance at launch.
|
Object |
getNoDevice()
Setting this value to `true` prevents a volume that is included in the block device mapping of the AMI from being mapped to the specified device name at launch.
|
String |
getVirtualName()
The name of the instance store volume (virtual device) to attach to an instance at launch.
|
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(CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder builder)
CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder.public final String getDeviceName()
CfnLaunchConfiguration.BlockDeviceMappingPropertyFor more information, see Device naming on Linux instances in the Amazon EC2 User Guide for Linux Instances .
To define a block device mapping, set the device name and exactly one of the following properties:
Ebs,NoDevice, orVirtualName.
getDeviceName in interface CfnLaunchConfiguration.BlockDeviceMappingPropertypublic final Object getEbs()
CfnLaunchConfiguration.BlockDeviceMappingPropertygetEbs in interface CfnLaunchConfiguration.BlockDeviceMappingPropertypublic final Object getNoDevice()
CfnLaunchConfiguration.BlockDeviceMappingProperty
If NoDevice is true for the root device, instances might fail the EC2 health check. In that case, Amazon EC2 Auto Scaling launches replacement instances.
getNoDevice in interface CfnLaunchConfiguration.BlockDeviceMappingPropertypublic final String getVirtualName()
CfnLaunchConfiguration.BlockDeviceMappingProperty
The name must be in the form ephemeral X where X is a number starting from zero (0), for example, ephemeral0 .
getVirtualName in interface CfnLaunchConfiguration.BlockDeviceMappingProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.