stagesAvailable property

List<TemplateStage>? stagesAvailable
final

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.

Implementation

final List<TemplateStage>? stagesAvailable;