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.
- : String!
- # List of AWS accounts which will be migrated to organization-based flow.
- : [AwsCloudAccount!]!
- # Stack name of the stack which will be used for managing organization-based
- # accounts.
- : String!
- # Link to download the CFT.
- : String!
- }