INPUT_OBJECT

AwsNativeVpcFilter

Description

Filter to return AWS EC2 instances which have VPC ID in the given list of VPC IDs.

link GraphQL Schema definition

  • input AwsNativeVpcFilter {
  • # Virtual Private Cloud (VPC) IDs to filter.
  • vpcIds: [String!]!
  • }