AWSAutoScalingLaunchConfigurationBlockDeviceMapping
No description
type AWSAutoScalingLaunchConfigurationBlockDeviceMapping {
deviceName: String!
ebs: AWSAutoScalingLaunchConfigurationEBS
noDevice: Boolean!
virtualName: String!
}
Fields
AWSAutoScalingLaunchConfigurationBlockDeviceMapping.deviceName
● String!
non-null scalar
The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh )
AWSAutoScalingLaunchConfigurationBlockDeviceMapping.ebs
● AWSAutoScalingLaunchConfigurationEBS
object
Information to attach to EBS volumes when they are created
AWSAutoScalingLaunchConfigurationBlockDeviceMapping.noDevice
● Boolean!
non-null scalar
Setting this value to true suppresses the specified device included in the block device mapping of the AMI
AWSAutoScalingLaunchConfigurationBlockDeviceMapping.virtualName
● String!
non-null scalar
The name of the instance store volume (virtual device) to attach to an instance at launch