@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:54.440Z") @Stability(value=Experimental) public interface ITemplateOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ITemplateOptions.Jsii$Default
Internal default implementation for
ITemplateOptions. |
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()
(experimental) Gets or sets the description of this stack.
|
default Map<String,Object> |
getMetadata()
(experimental) Metadata associated with the CloudFormation template.
|
default String |
getTemplateFormatVersion()
(experimental) Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
|
default List<String> |
getTransforms()
(experimental) Gets or sets the top-level template transform(s) for this stack (e.g.
|
default void |
setDescription(String value)
(experimental) Gets or sets the description of this stack.
|
default void |
setMetadata(Map<String,Object> value)
(experimental) Metadata associated with the CloudFormation template.
|
default void |
setTemplateFormatVersion(String value)
(experimental) Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
|
default void |
setTransforms(List<String> value)
(experimental) Gets or sets the top-level template transform(s) for this stack (e.g.
|
@Stability(value=Experimental) @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=Experimental) @Nullable default Map<String,Object> getMetadata()
@Optional
default void setMetadata(@Nullable
Map<String,Object> value)
@Stability(value=Experimental) @Nullable default String getTemplateFormatVersion()
@Optional
default void setTemplateFormatVersion(@Nullable
String value)
@Stability(value=Experimental) @Nullable default List<String> getTransforms()
Copyright © 2021. All rights reserved.