finalizeAwsCloudAccountProtection
Process cloud account. This is the second step after validate and create in addition of a feature for cloud account.The CloudFormation stack should be created after this step using the CloudFormation URL provided in the first step.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | FinalizeAwsCloudAccountProtectionInput! | Arguments for process cloud accounts. |
Returns
FinalizeAwsCloudAccountProtectionReply!
Sample
{
"data": {
"finalizeAwsCloudAccountProtection": {
"crossAccountRoleModel": "CROSS_ACCOUNT_ROLE_MODEL_UNSPECIFIED",
"message": "example-string",
"awsChildAccounts": [
{
"accountName": "example-string",
"cloudType": "C2S",
"crossAccountRoleModel": "CROSS_ACCOUNT_ROLE_MODEL_UNSPECIFIED",
"id": "example-string",
"message": "example-string",
"nativeId": "example-string"
}
]
}
}
}