OBJECT

AwsEbsMetadata

Description

AwsEbsMetadata represents the metadata for the AWS EBS volume.

link GraphQL Schema definition

  • type AwsEbsMetadata {
  • # The ID of the EC2 instance to which the EBS volume is attached.
  • attachedEc2Id: String!
  • # The name of the EC2 instance to which the EBS volume is attached.
  • attachedEc2Name: String!
  • }