ITemplateOptions
- class aws_cdk.ITemplateOptions(*args, **kwargs)
Bases:
Protocol
CloudFormation template options for a stack.
Attributes
- description
Gets or sets the description of this stack.
If provided, it will be included in the CloudFormation template’s “Description” attribute.
- metadata
Metadata associated with the CloudFormation template.
- template_format_version
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
- transforms
Gets or sets the top-level template transform(s) for this stack (e.g.
["AWS::Serverless-2016-10-31"]
).