OBJECT
PrepareAwsCloudAccountDeletionReply
Description
Prepares AWS cloud account for deletion and initiates deletion of the account.
link GraphQL Schema definition
- type PrepareAwsCloudAccountDeletionReply {
- # CloudFormation URL to delete the stack.
- : String!
- # List of feature versions.
- : [AwsCloudAccountFeatureVersion!]!
- # Template URL of the Cloudformation stack. The template URL is empty when the
- # cloud account has no connected features and is to be deleted.
- : String!
- }