public static final class CloudFormationCommonProps.Jsii$Pojo extends Object implements CloudFormationCommonProps
CloudFormationCommonProps.CloudFormationCommonProps.Builder, CloudFormationCommonProps.Jsii$Pojo, CloudFormationCommonProps.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
protected String |
_outputArtifactName |
protected String |
_outputFileName |
protected String |
_stackName |
| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Pojo()
Constructor used by builders.
|
| 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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected String _stackName
protected String _outputFileName
protected String _outputArtifactName
public String getStackName()
CloudFormationCommonPropsgetStackName in interface CloudFormationCommonPropspublic void setStackName(String value)
CloudFormationCommonPropssetStackName in interface CloudFormationCommonPropspublic String getOutputFileName()
CloudFormationCommonPropsgetOutputFileName in interface CloudFormationCommonPropspublic void setOutputFileName(String value)
CloudFormationCommonPropssetOutputFileName in interface CloudFormationCommonPropspublic String getOutputArtifactName()
CloudFormationCommonPropsgetOutputArtifactName in interface CloudFormationCommonPropspublic void setOutputArtifactName(String value)
CloudFormationCommonPropssetOutputArtifactName in interface CloudFormationCommonPropsCopyright © 2018. All rights reserved.