OBJECT
AwsCloudAccountCreateResponse
Description
Initiate aws cloud accounts.
link GraphQL Schema definition
- type AwsCloudAccountCreateResponse {
- # ID of IAM pair, only for data center role-based archival.
- : String!
- # List of AWS regions for the cloud account.
- : [AwsCloudAccountRegion!]
- # AWS CloudFormation URL.
- : String!
- # External ID for the cloud account.
- : String!
- # List of feature versions.
- : [AwsCloudAccountFeatureVersion!]!
- # Role ARN for the feature (if valid).
- : String!
- # Stack name of template to run, only for single account addition.
- : String
- # StackSet name of template to run, only for bulk account addition.
- : String
- # AWS CloudFormation template URL.
- : String!
- }