OBJECT

AwsOutpostAccountInitiateResponse

Description

Initiate aws outpost account.

link GraphQL Schema definition

  • type AwsOutpostAccountInitiateResponse {
  • # CloudFormation URL to create the stack.
  • cloudFormationUrl: String!
  • # Template URL of the Cloudformation stack.
  • templateUrl: String!
  • # External ID for the outpost account.
  • externalId: String!
  • # Stack name of the AWS CloudFormation.
  • stackName: String!
  • }