OBJECT

AttachmentSpecForEc2Instance

Description

EBS volume attachment specifications.

link GraphQL Schema definition

  • type AttachmentSpecForEc2Instance {
  • # EBS volume ID.
  • awsNativeEbsVolumeId: String!
  • # The device path of this EBS volume attachment.
  • devicePath: String!
  • # Specifies whether this EBS volume is excluded from snapshots.
  • isExcludedFromSnapshot: Boolean!
  • # Specifies whether this EBS volume is the root volume of the corresponding EC2
  • # instance.
  • isRootVolume: Boolean!
  • }