ITemplateOptions

class aws_cdk.core.ITemplateOptions(*args, **kwds)

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.

transform

(deprecated) Gets or sets the top-level template transform for this stack (e.g. “AWS::Serverless-2016-10-31”).

Deprecated:

use transforms instead.

Stability:

deprecated

transforms

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