INPUT_OBJECT

AwsNativeRegionFilter

Description

Filter to return AWS objects which have region in the given list of regions.

link GraphQL Schema definition

  • input AwsNativeRegionFilter {
  • # List of regions.
  • regions: [AwsNativeRegion!]!
  • }