ENUM

AwsAccountStatus

Description

Status of an AWS Account.

link GraphQL Schema definition

  • enum AwsAccountStatus {
  • # The AWS account has been added.
  • ADDED
  • # The AWS account has been deleted.
  • DELETED
  • # The AWS account is in the process of being deleted.
  • DELETING
  • # The deletion of the AWS account has failed.
  • DELETION_FAILED
  • # The AWS account is disconnected.
  • DISCONNECTED
  • # The AWS account has been refreshed.
  • REFRESHED
  • # The AWS account is refreshing.
  • REFRESHING
  • # The AWS account has failed to refresh.
  • REFRESH_FAILED
  • }