GeneratedTemplateReference

class aws_cdk.interfaces.aws_cloudformation.GeneratedTemplateReference(*, generated_template_id)

Bases: object

A reference to a GeneratedTemplate resource.

Parameters:

generated_template_id (str) – The GeneratedTemplateId of the GeneratedTemplate resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_cloudformation as interfaces_cloudformation

generated_template_reference = interfaces_cloudformation.GeneratedTemplateReference(
    generated_template_id="generatedTemplateId"
)

Attributes

generated_template_id

The GeneratedTemplateId of the GeneratedTemplate resource.