@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()
Gets or sets the description of this stack.
|
default Map<String,Object> |
getMetadata()
Metadata associated with the CloudFormation template.
|
default String |
getTemplateFormatVersion()
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
|
default String |
getTransform()
Deprecated.
use `transforms` instead.
|
default List<String> |
getTransforms()
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.
use `transforms` instead.
|
default void |
setTransforms(List<String> value)
Gets or sets the top-level template transform(s) for this stack (e.g.
|
@Stability(value=Stable) @Nullable default String getDescription()
If provided, it will be included in the CloudFormation template's "Description" attribute.
getDescription in interface ITemplateOptions@Stability(value=Stable)
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=Stable) @Nullable default Map<String,Object> getMetadata()
getMetadata in interface ITemplateOptions@Stability(value=Stable)
default void setMetadata(@Nullable
Map<String,Object> value)
setMetadata in interface ITemplateOptions@Stability(value=Stable) @Nullable default String getTemplateFormatVersion()
getTemplateFormatVersion in interface ITemplateOptions@Stability(value=Stable)
default void setTemplateFormatVersion(@Nullable
String value)
setTemplateFormatVersion in interface ITemplateOptions@Stability(value=Deprecated) @Deprecated @Nullable default String getTransform()
getTransform in interface ITemplateOptions@Stability(value=Deprecated) @Deprecated default void setTransform(@Nullable String value)
setTransform in interface ITemplateOptions@Stability(value=Stable) @Nullable default List<String> getTransforms()
getTransforms in interface ITemplateOptions@Stability(value=Stable)
default void setTransforms(@Nullable
List<String> value)
setTransforms in interface ITemplateOptionsCopyright © 2021. All rights reserved.