public static class CloudFormationCommonProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudFormationCommonProps
software.amazon.jsii.JsiiObject.InitializationModeCloudFormationCommonProps.Builder, CloudFormationCommonProps.Jsii$Pojo, CloudFormationCommonProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOutputArtifactName()
The name of the output artifact to generate
Only applied if `outputFileName` is set as well.
|
String |
getOutputFileName()
A name for the filename in the output artifact to store the AWS CloudFormation call's result.
|
String |
getStackName()
The name of the stack to apply this action to
|
void |
setOutputArtifactName(String value)
The name of the output artifact to generate
Only applied if `outputFileName` is set as well.
|
void |
setOutputFileName(String value)
A name for the filename in the output artifact to store the AWS CloudFormation call's result.
|
void |
setStackName(String value)
The name of the stack to apply this action to
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public String getStackName()
getStackName in interface CloudFormationCommonPropspublic void setStackName(String value)
setStackName in interface CloudFormationCommonProps@Nullable public String getOutputFileName()
getOutputFileName in interface CloudFormationCommonPropspublic void setOutputFileName(@Nullable String value)
setOutputFileName in interface CloudFormationCommonProps@Nullable public String getOutputArtifactName()
getOutputArtifactName in interface CloudFormationCommonPropspublic void setOutputArtifactName(@Nullable String value)
setOutputArtifactName in interface CloudFormationCommonPropsCopyright © 2018. All rights reserved.