Package software.amazon.awscdk.core
Interface ITemplateOptions
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ITemplateOptions.Jsii$Default
- All Known Implementing Classes:
ITemplateOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:55.079Z")
@Stability(Stable)
public interface ITemplateOptions
extends software.amazon.jsii.JsiiSerializable
CloudFormation template options for a stack.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITemplateOptions.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiondefault StringGets or sets the description of this stack.Metadata associated with the CloudFormation template.default StringGets or sets the AWSTemplateFormatVersion field of the CloudFormation template.default StringDeprecated.Gets or sets the top-level template transform(s) for this stack (e.g.default voidsetDescription(String value) Gets or sets the description of this stack.default voidsetMetadata(Map<String, Object> value) Metadata associated with the CloudFormation template.default voidsetTemplateFormatVersion(String value) Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.default voidsetTransform(String value) Deprecated.usetransformsinstead.default voidsetTransforms(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.
-
setDescription
Gets or sets the description of this stack.If provided, it will be included in the CloudFormation template's "Description" attribute.
-
getMetadata
Metadata associated with the CloudFormation template. -
setMetadata
Metadata associated with the CloudFormation template. -
getTemplateFormatVersion
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template. -
setTemplateFormatVersion
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template. -
getTransform
Deprecated.usetransformsinstead.(deprecated) Gets or sets the top-level template transform for this stack (e.g. "AWS::Serverless-2016-10-31"). -
setTransform
Deprecated.usetransformsinstead.(deprecated) Gets or sets the top-level template transform for this stack (e.g. "AWS::Serverless-2016-10-31"). -
getTransforms
Gets or sets the top-level template transform(s) for this stack (e.g.["AWS::Serverless-2016-10-31"]). -
setTransforms
Gets or sets the top-level template transform(s) for this stack (e.g.["AWS::Serverless-2016-10-31"]).
-
transformsinstead.