OBJECT
Host AWS EC2 instance specifications for AWS EBS volume.
type AttachmentSpecForEbsVolume {# EC2 instance ID.awsNativeEc2InstanceId: String! # The device path of the EBS volume on the instance.devicePath: String! # Specifies whether the EBS volume is excluded from snapshots of the EC2 # instance..isExcludedFromSnapshot: Boolean! # Specifies whether the EBS volume is the root volume.isRootVolume: Boolean! }