OBJECT
AwsCloudAccountCreateResponse
Description
Initiate aws cloud accounts.
link GraphQL Schema definition
- type AwsCloudAccountCreateResponse {
- # List of AWS regions for the cloud account.
- AwsCloudAccountRegion!] : [
- # AWS CloudFormation template URL.
- 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 URL.
- String! :
- # External ID for the cloud account.
- String! :
- # List of feature versions.
- AwsCloudAccountFeatureVersion!]! : [
- # Role ARN for the feature (if valid).
- String! :
- # ID of IAM pair, only for data center role-based archival.
- String! :
- }