Skip to content

/AWS1/CL_FRMGETTEMPLATEOUTPUT

The output for GetTemplate action.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_TEMPLATEBODY TYPE /AWS1/FRMTEMPLATEBODY /AWS1/FRMTEMPLATEBODY

Structure containing the template body. (For more information, go to Template Anatomy in the CloudFormation User Guide.)

CloudFormation returns the same template that was used when the stack was created.

IT_STAGESAVAILABLE TYPE /AWS1/CL_FRMSTAGELIST_W=>TT_STAGELIST TT_STAGELIST

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 CloudFormation finishes creating the change set, the Processed template becomes available.


Queryable Attributes

TemplateBody

Structure containing the template body. (For more information, go to Template Anatomy in the CloudFormation User Guide.)

CloudFormation returns the same template that was used when the stack was created.

Accessible with the following methods

Method Description
GET_TEMPLATEBODY() Getter for TEMPLATEBODY, with configurable default
ASK_TEMPLATEBODY() Getter for TEMPLATEBODY w/ exceptions if field has no value
HAS_TEMPLATEBODY() Determine if TEMPLATEBODY has a value

StagesAvailable

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 CloudFormation finishes creating the change set, the Processed template becomes available.

Accessible with the following methods

Method Description
GET_STAGESAVAILABLE() Getter for STAGESAVAILABLE, with configurable default
ASK_STAGESAVAILABLE() Getter for STAGESAVAILABLE w/ exceptions if field has no val
HAS_STAGESAVAILABLE() Determine if STAGESAVAILABLE has a value