@Generated(value="jsii-pacmak/1.13.0 (build 385c325)", date="2020-10-15T17:38:07.905Z") @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) @Nullable default String getDescription()
If provided, it will be included in the CloudFormation template's "Description" attribute.
@Optional
default void setDescription(@Nullable
String value)
If provided, it will be included in the CloudFormation template's "Description" attribute.
@Stability(value=Stable) @Nullable default Map<String,Object> getMetadata()
@Optional
default void setMetadata(@Nullable
Map<String,Object> value)
@Stability(value=Stable) @Nullable default String getTemplateFormatVersion()
@Optional
default void setTemplateFormatVersion(@Nullable
String value)
@Stability(value=Deprecated) @Deprecated @Nullable default String getTransform()
@Optional
default void setTransform(@Nullable
String value)
@Stability(value=Stable) @Nullable default List<String> getTransforms()
Copyright © 2020. All rights reserved.