@Generated(value="jsii-pacmak/0.13.2 (build a2116e9)", date="2019-07-01T16:48:35.010Z") @Stability(value=Experimental) 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=Experimental) String getDescription()
void setDescription(String value)
@Stability(value=Experimental) Map<String,Object> getMetadata()
void setMetadata(Map<String,Object> value)
@Stability(value=Experimental) String getTemplateFormatVersion()
void setTemplateFormatVersion(String value)
@Stability(value=Experimental) String getTransform()
void setTransform(String value)
Copyright © 2019. All rights reserved.