OBJECT
AttachmentSpecForEbsVolume
Description
Host AWS EC2 instance specifications for AWS EBS volume.
link GraphQL Schema definition
- type AttachmentSpecForEbsVolume {
- # EC2 instance ID.
- String! :
- # Name of the EC2 instance.
- String! :
- # Native ID of the EC2 instance.
- String! :
- # The device path of the EBS volume on the instance.
- String! :
- # Specifies whether the EBS volume is excluded from snapshots of the EC2
- # instance..
- Boolean! :
- # Specifies whether the EBS volume is the root volume.
- Boolean! :
- }