aws-cdk-lib.ITemplateOptions

interface ITemplateOptions

LanguageType name
.NETAmazon.CDK.ITemplateOptions
Gogithub.com/aws/aws-cdk-go/awscdk/v2#ITemplateOptions
Javasoftware.amazon.awscdk.ITemplateOptions
Pythonaws_cdk.ITemplateOptions
TypeScript (source)aws-cdk-lib » ITemplateOptions

CloudFormation template options for a stack.

Properties

NameTypeDescription
description?stringGets or sets the description of this stack.
metadata?{ [string]: any }Metadata associated with the CloudFormation template.
templateFormatVersion?stringGets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
transforms?string[]Gets or sets the top-level template transform(s) for this stack (e.g. ["AWS::Serverless-2016-10-31"]).

description?

Type: string (optional)

Gets or sets the description of this stack.

If provided, it will be included in the CloudFormation template's "Description" attribute.


metadata?

Type: { [string]: any } (optional)

Metadata associated with the CloudFormation template.


templateFormatVersion?

Type: string (optional)

Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.


transforms?

Type: string[] (optional)

Gets or sets the top-level template transform(s) for this stack (e.g. ["AWS::Serverless-2016-10-31"]).