AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails
Information about a block device mapping for an Amazon Elastic Compute Cloud (Amazon EC2) launch template.
Contents
- DeviceName
-
The device name.
Type: String
Pattern:
.*\S.*
Required: No
- Ebs
-
Parameters used to automatically set up Amazon EBS volumes when the instance is launched.
Type: AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails object
Required: No
- NoDevice
-
Omits the device from the block device mapping when an empty string is specified.
Type: String
Pattern:
.*\S.*
Required: No
- VirtualName
-
The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for
ephemeral0
andephemeral1
. The number of available instance store volumes depends on the instance type.Type: String
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: