INPUT_OBJECT

AwsNativeAttachedInstanceFilter

Description

Filter to return AWS EBS volumes which are attached to one of the EC2 instances in the given list of EC2 instance IDs.

link GraphQL Schema definition

  • input AwsNativeAttachedInstanceFilter {
  • # List of EC2 instance IDs.
  • ec2InstanceIds: [String!]!
  • }