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 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.
- 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
-
getTransform
Deprecated.usetransformsinstead.(deprecated) Gets or sets the top-level template transform for this stack (e.g. "AWS::Serverless-2016-10-31").- Specified by:
getTransformin interfaceITemplateOptions
-
setTransform
Deprecated.usetransformsinstead.(deprecated) Gets or sets the top-level template transform for this stack (e.g. "AWS::Serverless-2016-10-31").- Specified by:
setTransformin 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
-
transformsinstead.