CloudFormation Generatedtemplate

This table represents the CloudFormation Generatedtemplate resource from Amazon Web Services.

aws.cloudformation_generatedtemplate

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
creation_timecoretimestampThe time the generated template was created.
generated_template_idcorestringThe Amazon Resource Name (ARN) of the generated template. The format is <code>arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}</code>. For example, <code>arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:generatedtemplate/<i>2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc</i> </code>.
generated_template_namecorestringThe name of the generated template.
last_updated_timecoretimestampThe time the generated template was last updated.
progresscorejsonAn object describing the progress of the template generation.
resourcescorejsonA list of objects describing the details of the resources in the template generation.
stack_idcorestringThe stack ARN of the base stack if a base stack was provided when generating the template.
statuscorestringThe status of the template generation. Supported values are: <ul> <li> <code>CreatePending</code> - the creation of the template is pending. </li> <li> <code>CreateInProgress</code> - the creation of the template is in progress. </li> <li> <code>DeletePending</code> - the deletion of the template is pending. </li> <li> <code>DeleteInProgress</code> - the deletion of the template is in progress. </li> <li> <code>UpdatePending</code> - the update of the template is pending. </li> <li> <code>UpdateInProgress</code> - the update of the template is in progress. </li> <li> <code>Failed</code> - the template operation failed. </li> <li> <code>Complete</code> - the template operation is complete. </li> </ul>
status_reasoncorestringThe reason for the current template generation status. This will provide more details if a failure happened.
tagscorehstore
template_configurationcorejsonThe configuration details of the generated template, including the <code>DeletionPolicy</code> and <code>UpdateReplacePolicy</code>.
total_warningscoreint64The number of warnings generated for this template. The warnings are found in the details of each of the resources in the template.