Fetch the rendered CloudFormation YAML for a signed token
GET
/public/aws/bootstrap-template/{token}.yaml
const url = 'https://example.com/public/aws/bootstrap-template/example.yaml';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/public/aws/bootstrap-template/example.yamlParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” token
required
string
Responses
Section titled “ Responses ”CFN YAML body
Media type text/yaml
string
Token invalid, tampered, or expired