@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-14T08:10:20.286Z") @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 |
|---|---|
String |
getDescription()
Gets or sets the description of this stack.
|
Map<String,Object> |
getMetadata()
Metadata associated with the CloudFormation template.
|
String |
getTemplateFormatVersion()
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
|
String |
getTransform()
Deprecated.
use `transforms` instead.
|
List<String> |
getTransforms()
Gets or sets the top-level template transform(s) for this stack (e.g.
|
void |
setDescription(String value)
Gets or sets the description of this stack.
|
void |
setMetadata(Map<String,Object> value)
Metadata associated with the CloudFormation template.
|
void |
setTemplateFormatVersion(String value)
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
|
void |
setTransform(String value)
Deprecated.
use `transforms` instead.
|
void |
setTransforms(List<String> value)
Gets or sets the top-level template transform(s) for this stack (e.g.
|
@Stability(value=Stable) String getDescription()
void setDescription(String value)
@Stability(value=Stable) Map<String,Object> getMetadata()
void setMetadata(Map<String,Object> value)
@Stability(value=Stable) String getTemplateFormatVersion()
void setTemplateFormatVersion(String value)
@Deprecated @Stability(value=Deprecated) String getTransform()
void setTransform(String value)
@Stability(value=Stable) List<String> getTransforms()
Copyright © 2019. All rights reserved.