public static final class ITemplateOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ITemplateOptions
software.amazon.jsii.JsiiObject.InitializationModeITemplateOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| 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.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet@Stability(value=Stable) @Nullable public String getDescription()
If provided, it will be included in the CloudFormation template's "Description" attribute.
getDescription in interface ITemplateOptions@Stability(value=Stable)
public void setDescription(@Nullable
String value)
If provided, it will be included in the CloudFormation template's "Description" attribute.
setDescription in interface ITemplateOptions@Stability(value=Stable) @Nullable public Map<String,Object> getMetadata()
getMetadata in interface ITemplateOptions@Stability(value=Stable)
public void setMetadata(@Nullable
Map<String,Object> value)
setMetadata in interface ITemplateOptions@Stability(value=Stable) @Nullable public String getTemplateFormatVersion()
getTemplateFormatVersion in interface ITemplateOptions@Stability(value=Stable)
public void setTemplateFormatVersion(@Nullable
String value)
setTemplateFormatVersion in interface ITemplateOptions@Stability(value=Deprecated) @Deprecated @Nullable public String getTransform()
getTransform in interface ITemplateOptions@Stability(value=Deprecated) @Deprecated public void setTransform(@Nullable String value)
setTransform in interface ITemplateOptions@Stability(value=Stable) @Nullable public List<String> getTransforms()
getTransforms in interface ITemplateOptions@Stability(value=Stable)
public void setTransforms(@Nullable
List<String> value)
setTransforms in interface ITemplateOptionsCopyright © 2020. All rights reserved.