OBJECT

AwsCloudAccountCreateResponse

Description

Initiate aws cloud accounts.

link GraphQL Schema definition

  • type AwsCloudAccountCreateResponse {
  • # List of AWS regions for the cloud account.
  • awsRegions: [AwsCloudAccountRegion!]
  • # AWS CloudFormation template URL.
  • templateUrl: String!
  • # Stack name of template to run, only for single account addition.
  • stackName: String
  • # StackSet name of template to run, only for bulk account addition.
  • stackSetName: String
  • # AWS CloudFormation URL.
  • cloudFormationUrl: String!
  • # External ID for the cloud account.
  • externalId: String!
  • # List of feature versions.
  • featureVersions: [AwsCloudAccountFeatureVersion!]!
  • # Role ARN for the feature (if valid).
  • roleArn: String!
  • }