Package software.amazon.awscdk.core
Interface ITemplateOptions.Jsii$Default
- All Superinterfaces:
ITemplateOptions
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ITemplateOptions.Jsii$Proxy
- Enclosing interface:
ITemplateOptions
Internal default implementation for
ITemplateOptions
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.ITemplateOptions
ITemplateOptions.Jsii$Default, ITemplateOptions.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
Gets or sets the description of this stack.Metadata associated with the CloudFormation template.default String
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.default String
Deprecated.Gets or sets the top-level template transform(s) for this stack (e.g.default void
setDescription
(String value) Gets or sets the description of this stack.default void
setMetadata
(Map<String, Object> value) Metadata associated with the CloudFormation template.default void
setTemplateFormatVersion
(String value) Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.default void
setTransform
(String value) Deprecated.usetransforms
instead.default void
setTransforms
(List<String> value) Gets or sets the top-level template transform(s) for this stack (e.g.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
Gets or sets the description of this stack.If provided, it will be included in the CloudFormation template's "Description" attribute.
- Specified by:
getDescription
in interfaceITemplateOptions
-
setDescription
Gets or sets the description of this stack.If provided, it will be included in the CloudFormation template's "Description" attribute.
- Specified by:
setDescription
in interfaceITemplateOptions
-
getMetadata
Metadata associated with the CloudFormation template.- Specified by:
getMetadata
in interfaceITemplateOptions
-
setMetadata
Metadata associated with the CloudFormation template.- Specified by:
setMetadata
in interfaceITemplateOptions
-
getTemplateFormatVersion
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.- Specified by:
getTemplateFormatVersion
in interfaceITemplateOptions
-
setTemplateFormatVersion
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.- Specified by:
setTemplateFormatVersion
in interfaceITemplateOptions
-
getTransform
Deprecated.usetransforms
instead.(deprecated) Gets or sets the top-level template transform for this stack (e.g. "AWS::Serverless-2016-10-31").- Specified by:
getTransform
in interfaceITemplateOptions
-
setTransform
Deprecated.usetransforms
instead.(deprecated) Gets or sets the top-level template transform for this stack (e.g. "AWS::Serverless-2016-10-31").- Specified by:
setTransform
in interfaceITemplateOptions
-
getTransforms
Gets or sets the top-level template transform(s) for this stack (e.g.["AWS::Serverless-2016-10-31"]
).- Specified by:
getTransforms
in interfaceITemplateOptions
-
setTransforms
Gets or sets the top-level template transform(s) for this stack (e.g.["AWS::Serverless-2016-10-31"]
).- Specified by:
setTransforms
in interfaceITemplateOptions
-
transforms
instead.