ENUM

AwsCloudType

Description

AWS Cloud Type Enum.

link GraphQL Schema definition

  • enum AwsCloudType {
  • # Cloud type for AWS C2S cloud account.
  • C2S
  • # Cloud type for AWS China cloud account.
  • CHINA
  • # Cloud type for AWS Gov cloud account.
  • GOV
  • # Cloud type for AWS SC2S cloud account.
  • SC2S
  • # Cloud type for AWS Commercial cloud account.
  • STANDARD
  • }