ENUM
AwsAccountStatus
Description
Status of an AWS Account.
link GraphQL Schema definition
- enum AwsAccountStatus {
- # The AWS account has been added.
- # The AWS account has been deleted.
- # The AWS account is in the process of being deleted.
- # The deletion of the AWS account has failed.
- # The AWS account is disconnected.
- # The AWS account has been refreshed.
- # The AWS account is refreshing.
- # The AWS account has failed to refresh.
- }