public interface CloudFormationCommonProps
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CloudFormationCommonProps.Builder
A fluent step builder class for
CloudFormationCommonProps. |
static class |
CloudFormationCommonProps.Jsii$Pojo
A PoJo (plain-old-java-object) class that implements
CloudFormationCommonProps. |
static class |
CloudFormationCommonProps.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
static CloudFormationCommonProps.Builder |
builder() |
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
|
String getStackName()
void setStackName(String value)
String getOutputFileName()
void setOutputFileName(String value)
String getOutputArtifactName()
void setOutputArtifactName(String value)
static CloudFormationCommonProps.Builder builder()
Copyright © 2018. All rights reserved.