@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-03T12:00:49.692Z") @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()
Gets or sets the top-level template transform 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)
Gets or sets the top-level template transform 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)
@Stability(value=Stable) String getTransform()
void setTransform(String value)
Copyright © 2019. All rights reserved.