Package software.amazon.awscdk
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.ITemplateOptions
ITemplateOptions.Jsii$Default, ITemplateOptions.Jsii$Proxy -
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.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 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.
- Specified by:
getDescriptionin 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:
setDescriptionin interfaceITemplateOptions
-
getMetadata
Metadata associated with the CloudFormation template.- Specified by:
getMetadatain interfaceITemplateOptions
-
setMetadata
Metadata associated with the CloudFormation template.- Specified by:
setMetadatain interfaceITemplateOptions
-
getTemplateFormatVersion
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.- Specified by:
getTemplateFormatVersionin interfaceITemplateOptions
-
setTemplateFormatVersion
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.- Specified by:
setTemplateFormatVersionin interfaceITemplateOptions
-
getTransforms
Gets or sets the top-level template transform(s) for this stack (e.g.["AWS::Serverless-2016-10-31"]).- Specified by:
getTransformsin interfaceITemplateOptions
-
setTransforms
Gets or sets the top-level template transform(s) for this stack (e.g.["AWS::Serverless-2016-10-31"]).- Specified by:
setTransformsin interfaceITemplateOptions
-