OBJECT

AwsAccount

Description

AWS Account specific info.

link GraphQL Schema definition

  • type AwsAccount implements CloudAccount {
  • # Access key for IAM user, which is required while adding new AWS cloud account.
  • accessKey: String!
  • # The ID of this Cloud Account.
  • cloudAccountId: String!
  • # The name of this Cloud Account.
  • name: String!
  • # The description of this Cloud Account.
  • description: String
  • # The type of this Cloud Provider.
  • cloudProvider: CloudAccountType!
  • # The connection status of this Cloud Account.
  • connectionStatus: ConnectionStatusType!
  • }

link Require by

This element is not required by anyone