Skip to content

/AWS1/CL_FRM=>UPDATEGENERATEDTEMPLATE()

About UpdateGeneratedTemplate

Updates a generated template. This can be used to change the name, add and remove resources, refresh resources, and change the DeletionPolicy and UpdateReplacePolicy settings. You can check the status of the update to the generated template using the DescribeGeneratedTemplate API action.

Method Signature

IMPORTING

Required arguments:

IV_GENERATEDTEMPLATENAME TYPE /AWS1/FRMGENERATEDTEMPLATENAME /AWS1/FRMGENERATEDTEMPLATENAME

The name or Amazon Resource Name (ARN) of a generated template.

Optional arguments:

IV_NEWGENERATEDTEMPLATENAME TYPE /AWS1/FRMGENERATEDTEMPLATENAME /AWS1/FRMGENERATEDTEMPLATENAME

An optional new name to assign to the generated template.

IT_ADDRESOURCES TYPE /AWS1/CL_FRMRESOURCEDEFINITION=>TT_RESOURCEDEFINITIONS TT_RESOURCEDEFINITIONS

An optional list of resources to be added to the generated template.

IT_REMOVERESOURCES TYPE /AWS1/CL_FRMJAZZLOGICALRESRC00=>TT_JAZZLOGICALRESOURCEIDS TT_JAZZLOGICALRESOURCEIDS

A list of logical ids for resources to remove from the generated template.

IV_REFRESHALLRESOURCES TYPE /AWS1/FRMREFRESHALLRESOURCES /AWS1/FRMREFRESHALLRESOURCES

If true, update the resource properties in the generated template with their current live state. This feature is useful when the resource properties in your generated a template does not reflect the live state of the resource properties. This happens when a user update the resource properties after generating a template.

IO_TEMPLATECONFIGURATION TYPE REF TO /AWS1/CL_FRMTEMPLATECONF /AWS1/CL_FRMTEMPLATECONF

The configuration details of the generated template, including the DeletionPolicy and UpdateReplacePolicy.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FRMUPGENERATEDTMPLOUT /AWS1/CL_FRMUPGENERATEDTMPLOUT