/AWS1/CL_FRMGETTEMPLATEOUTPUT¶
The output for GetTemplate action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_templatebody TYPE /AWS1/FRMTEMPLATEBODY /AWS1/FRMTEMPLATEBODY¶
Structure that contains the template body.
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
OriginalandProcessedtemplates are always available. For change sets, theOriginaltemplate is always available. After CloudFormation finishes creating the change set, theProcessedtemplate becomes available.
Queryable Attributes¶
TemplateBody¶
Structure that contains the template body.
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
OriginalandProcessedtemplates are always available. For change sets, theOriginaltemplate is always available. After CloudFormation finishes creating the change set, theProcessedtemplate 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 |