AWSEC2LaunchTemplateBlockDeviceMapping
No description
type AWSEC2LaunchTemplateBlockDeviceMapping {
deviceName: String!
ebs: AWSEC2LaunchTemplateEBSBlockDevice
noDevice: String!
virtualName: String!
}
Fields
AWSEC2LaunchTemplateBlockDeviceMapping.deviceName
● String!
non-null scalar
The device name
AWSEC2LaunchTemplateBlockDeviceMapping.ebs
● AWSEC2LaunchTemplateEBSBlockDevice
object
Information about the block device for an EBS volume
AWSEC2LaunchTemplateBlockDeviceMapping.noDevice
● String!
non-null scalar
To omit the device from the block device mapping, specify an empty string
AWSEC2LaunchTemplateBlockDeviceMapping.virtualName
● String!
non-null scalar
The virtual device name (ephemeralN)
Member of
AWSEC2LaunchTemplateData
object