Operations related to Bring-Your-Own-Cloud (BYOC) AWS CloudFormation template.
Returns the raw AWS CloudFormation template for BYOC setup as a JSON string. When bucketName and/or iamRoleName are supplied, the corresponding @@S3_BACKUP_BUCKET_NAME@@ / @@IAM_ROLE_NAME@@ placeholders are substituted with those values; otherwise they are left as placeholders for the customer to fill in.
Successfully retrieved raw AWS CloudFormation template for BYOC setup as a JSON string.
Bad Request
Not Authorized
Forbidden
Not Found
Internal Server Error
[- {
- "accountId": "string",
- "templates": [
- {
- "template": "string"
}
]
}
]Returns the AWS CloudFormation template for BYOC setup as a downloadable .json file. When bucketName and/or iamRoleName are supplied, the corresponding @@S3_BACKUP_BUCKET_NAME@@ / @@IAM_ROLE_NAME@@ placeholders are substituted with those values; otherwise they are left as placeholders for the customer to fill in.
Successfully retrieved raw AWS CloudFormation template for BYOC setup as a JSON file.
Forbidden
"string"Returns the raw AWS Terraform templates for BYOC setup as a downloadable ZIP archive, without substituting any parameters. This allows the templates to be downloaded and used as a base for customisation.
Successfully retrieved raw AWS Terraform templates for BYOC setup as a ZIP archive.
Forbidden