INPUT_OBJECT
AwsCloudAccountsWithFeaturesInput
Description
AWS cloud accounts with features.
link GraphQL Schema definition
- input AwsCloudAccountsWithFeaturesInput {
- # Admin account ID to filter.
- : UUID
- # Search text to match in native ID, account name, and role ARN.
- : String
- # Include only AWS accounts that have this feature enabled.
- : CloudAccountFeature!
- # Exclude AWS accounts that have any of these features enabled.
- : [CloudAccountFeature!]
- # Filter by the operation defined in the RBAC system.
- : Operation
- # List of status filters for listing cloud accounts.
- : [CloudAccountStatus!]!
- }