@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:09.467Z") @Stability(value=Stable) public interface ITemplateOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ITemplateOptions.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| 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) default String getDescription()
@Optional default void setDescription(String value)
@Stability(value=Stable) default Map<String,Object> getMetadata()
@Optional default void setMetadata(Map<String,Object> value)
@Stability(value=Stable) default String getTemplateFormatVersion()
@Optional default void setTemplateFormatVersion(String value)
@Stability(value=Deprecated) @Deprecated default String getTransform()
@Optional default void setTransform(String value)
@Stability(value=Stable) default List<String> getTransforms()
Copyright © 2019. All rights reserved.