INPUT_OBJECT

AwsCloudTypeFilter

Description

Input to filter AWS accounts by the specified cloud types.

link GraphQL Schema definition

  • input AwsCloudTypeFilter {
  • # List of AWS cloud types.
  • cloudTypes: [AwsCloudType!]!
  • }