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