v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14145891.8 KB

Gets the specified AWS CloudFormation template.

get/applications/{applicationId}/templates/{templateId}

Path parameters

applicationIdstring required

The Amazon Resource Name (ARN) of the application.

templateIdstring required
<p>The UUID returned by CreateCloudFormationTemplate.</p><p>Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}</p>

Response

Success

ApplicationIdstring

The application Amazon Resource Name (ARN).

CreationTimestring

The date and time this resource was created.

ExpirationTimestring

The date and time this template expires. Templates expire 1 hour after creation.

SemanticVersionstring
<p>The semantic version of the application:</p><p> <a href="https://semver.org/">https://semver.org/</a> </p>
Status'PREPARING' | 'ACTIVE' | 'EXPIRED'
<p>Status of the template creation workflow.</p><p>Possible values: PREPARING | ACTIVE | EXPIRED </p>
TemplateIdstring
<p>The UUID returned by CreateCloudFormationTemplate.</p><p>Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}</p>
TemplateUrlstring

A link to the template that can be used to deploy the application using AWS CloudFormation.