Skip to main content

AWSEC2InstanceBlockDeviceMapping

No description

type AWSEC2InstanceBlockDeviceMapping {
deviceName: String!
ebs: AWSEC2InstanceEbsInstanceBlockDevice!
}

Fields

AWSEC2InstanceBlockDeviceMapping.deviceName ● String! non-null scalar

The device name

AWSEC2InstanceBlockDeviceMapping.ebs ● AWSEC2InstanceEbsInstanceBlockDevice! non-null object

Parameters used to automatically set up EBS volumes when the instance is launched

Member of

AWSEC2Instance object