public static final class CfnLaunchTemplate.BlockDeviceMappingProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunchTemplate.BlockDeviceMappingProperty
CfnLaunchTemplate.BlockDeviceMappingProperty
CfnLaunchTemplate.BlockDeviceMappingProperty.Builder, CfnLaunchTemplate.BlockDeviceMappingProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getDeviceName()
The device name (for example, /dev/sdh or xvdh).
|
java.lang.Object |
getEbs()
Parameters used to automatically set up EBS volumes when the instance is launched.
|
java.lang.String |
getNoDevice()
To omit the device from the block device mapping, specify an empty string.
|
java.lang.String |
getVirtualName()
The virtual device name (ephemeralN).
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDeviceName()
CfnLaunchTemplate.BlockDeviceMappingProperty
getDeviceName
in interface CfnLaunchTemplate.BlockDeviceMappingProperty
public final java.lang.Object getEbs()
CfnLaunchTemplate.BlockDeviceMappingProperty
getEbs
in interface CfnLaunchTemplate.BlockDeviceMappingProperty
public final java.lang.String getNoDevice()
CfnLaunchTemplate.BlockDeviceMappingProperty
getNoDevice
in interface CfnLaunchTemplate.BlockDeviceMappingProperty
public final java.lang.String getVirtualName()
CfnLaunchTemplate.BlockDeviceMappingProperty
Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.
getVirtualName
in interface CfnLaunchTemplate.BlockDeviceMappingProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()