Skip to content

/AWS1/CL_FRM=>CREATEGENERATEDTEMPLATE()

About CreateGeneratedTemplate

Creates a template from existing resources that are not already managed with CloudFormation. You can check the status of the template generation using the DescribeGeneratedTemplate API action.

Method Signature

IMPORTING

Required arguments:

IV_GENERATEDTEMPLATENAME TYPE /AWS1/FRMGENERATEDTEMPLATENAME /AWS1/FRMGENERATEDTEMPLATENAME

The name assigned to the generated template.

Optional arguments:

IT_RESOURCES TYPE /AWS1/CL_FRMRESOURCEDEFINITION=>TT_RESOURCEDEFINITIONS TT_RESOURCEDEFINITIONS

An optional list of resources to be included in the generated template.

If no resources are specified,the template will be created without any resources. Resources can be added to the template using the UpdateGeneratedTemplate API action.

IV_STACKNAME TYPE /AWS1/FRMSTACKNAME /AWS1/FRMSTACKNAME

An optional name or ARN of a stack to use as the base stack for the generated 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_FRMCREGENERATEDTMPL01 /AWS1/CL_FRMCREGENERATEDTMPL01