@Internal public static final class ITemplateOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ITemplateOptions.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeITemplateOptions.Jsii$Default, ITemplateOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
(experimental) Gets or sets the description of this stack.
|
Map<String,Object> |
getMetadata()
(experimental) Metadata associated with the CloudFormation template.
|
String |
getTemplateFormatVersion()
(experimental) Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
|
List<String> |
getTransforms()
(experimental) Gets or sets the top-level template transform(s) for this stack (e.g.
|
void |
setDescription(String value)
(experimental) Gets or sets the description of this stack.
|
void |
setMetadata(Map<String,Object> value)
(experimental) Metadata associated with the CloudFormation template.
|
void |
setTemplateFormatVersion(String value)
(experimental) Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
|
void |
setTransforms(List<String> value)
(experimental) 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, jsiiStaticSet@Stability(value=Experimental) @Nullable public final String getDescription()
If provided, it will be included in the CloudFormation template's "Description" attribute.
getDescription in interface ITemplateOptionsgetDescription in interface ITemplateOptions.Jsii$Default@Stability(value=Experimental)
public final void setDescription(@Nullable
String value)
If provided, it will be included in the CloudFormation template's "Description" attribute.
setDescription in interface ITemplateOptionssetDescription in interface ITemplateOptions.Jsii$Default@Stability(value=Experimental) @Nullable public final Map<String,Object> getMetadata()
getMetadata in interface ITemplateOptionsgetMetadata in interface ITemplateOptions.Jsii$Default@Stability(value=Experimental)
public final void setMetadata(@Nullable
Map<String,Object> value)
setMetadata in interface ITemplateOptionssetMetadata in interface ITemplateOptions.Jsii$Default@Stability(value=Experimental) @Nullable public final String getTemplateFormatVersion()
getTemplateFormatVersion in interface ITemplateOptionsgetTemplateFormatVersion in interface ITemplateOptions.Jsii$Default@Stability(value=Experimental)
public final void setTemplateFormatVersion(@Nullable
String value)
setTemplateFormatVersion in interface ITemplateOptionssetTemplateFormatVersion in interface ITemplateOptions.Jsii$Default@Stability(value=Experimental) @Nullable public final List<String> getTransforms()
getTransforms in interface ITemplateOptionsgetTransforms in interface ITemplateOptions.Jsii$Default@Stability(value=Experimental)
public final void setTransforms(@Nullable
List<String> value)
setTransforms in interface ITemplateOptionssetTransforms in interface ITemplateOptions.Jsii$DefaultCopyright © 2021. All rights reserved.