OBJECT

AwsCloudAccountsMigrateInitiateReply

Description

Generate CFT for migrating the existing AWS cloud accounts to AWS organizations.

link GraphQL Schema definition

  • type AwsCloudAccountsMigrateInitiateReply {
  • # This URL is used to create the CloudFormation stack for managing
  • # organization-based accounts.
  • cloudFormationUrl: String!
  • # List of AWS accounts which will be migrated to organization-based flow.
  • eligibleAwsAccounts: [AwsCloudAccount!]!
  • # Stack name of the stack which will be used for managing organization-based
  • # accounts.
  • stackName: String!
  • # Link to download the CFT.
  • templateUrl: String!
  • }

link Require by