INPUT_OBJECT

AwsCloudAccountConfigsInput

Description

Input to get AWS cloud account configurations.

link GraphQL Schema definition

  • input AwsCloudAccountConfigsInput {
  • # Type of cloud native protection feature.
  • feature: CloudAccountFeature!
  • # List of status filters for listing cloud accounts.
  • statusFilters: [CloudAccountStatus!]!
  • # Admin account ID to filter.
  • awsAdminAccountFilter: UUID
  • # Search text to match in native ID, account name, or role ARN.
  • columnSearchFilter: String
  • }

link Require by