@Internal public static interface ITemplateOptions.Jsii$Default extends ITemplateOptions
ITemplateOptions.ITemplateOptions.Jsii$Default, ITemplateOptions.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default String |
getDescription()
(experimental) Gets or sets the description of this stack.
|
default Map<String,Object> |
getMetadata()
(experimental) Metadata associated with the CloudFormation template.
|
default String |
getTemplateFormatVersion()
(experimental) Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
|
default List<String> |
getTransforms()
(experimental) Gets or sets the top-level template transform(s) for this stack (e.g.
|
default void |
setDescription(String value)
(experimental) Gets or sets the description of this stack.
|
default void |
setMetadata(Map<String,Object> value)
(experimental) Metadata associated with the CloudFormation template.
|
default void |
setTemplateFormatVersion(String value)
(experimental) Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
|
default void |
setTransforms(List<String> value)
(experimental) Gets or sets the top-level template transform(s) for this stack (e.g.
|
@Stability(value=Experimental) @Nullable default String getDescription()
If provided, it will be included in the CloudFormation template's "Description" attribute.
getDescription in interface ITemplateOptions@Stability(value=Experimental)
default void setDescription(@Nullable
String value)
If provided, it will be included in the CloudFormation template's "Description" attribute.
setDescription in interface ITemplateOptions@Stability(value=Experimental) @Nullable default Map<String,Object> getMetadata()
getMetadata in interface ITemplateOptions@Stability(value=Experimental)
default void setMetadata(@Nullable
Map<String,Object> value)
setMetadata in interface ITemplateOptions@Stability(value=Experimental) @Nullable default String getTemplateFormatVersion()
getTemplateFormatVersion in interface ITemplateOptions@Stability(value=Experimental)
default void setTemplateFormatVersion(@Nullable
String value)
setTemplateFormatVersion in interface ITemplateOptions@Stability(value=Experimental) @Nullable default List<String> getTransforms()
getTransforms in interface ITemplateOptions@Stability(value=Experimental)
default void setTransforms(@Nullable
List<String> value)
setTransforms in interface ITemplateOptionsCopyright © 2021. All rights reserved.