public interface CreateUpdateProps extends software.amazon.jsii.JsiiSerializable, CloudFormationDeploymentActionCommonProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
CreateUpdateProps.Builder
A fluent step builder class for
CreateUpdateProps. |
static class |
CreateUpdateProps.Jsii$Pojo
A PoJo (plain-old-java-object) class that implements
CreateUpdateProps. |
static class |
CreateUpdateProps.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateUpdateProps.Builder |
builder() |
Boolean |
getReplaceOnFailure()
Replace the stack if it's in a failed state.
|
software.amazon.awscdk.services.codepipeline.ArtifactPath |
getTemplatePath()
Input artifact with the CloudFormation template to deploy
|
void |
setReplaceOnFailure(Boolean value)
Replace the stack if it's in a failed state.
|
void |
setTemplatePath(software.amazon.awscdk.services.codepipeline.ArtifactPath value)
Input artifact with the CloudFormation template to deploy
|
getCapabilities, getFullPermissions, getParameterOverrides, getRole, getTemplateConfiguration, setCapabilities, setFullPermissions, setParameterOverrides, setRole, setTemplateConfigurationgetOutputArtifactName, getOutputFileName, getStackName, setOutputArtifactName, setOutputFileName, setStackNamesoftware.amazon.awscdk.services.codepipeline.ArtifactPath getTemplatePath()
void setTemplatePath(software.amazon.awscdk.services.codepipeline.ArtifactPath value)
Boolean getReplaceOnFailure()
void setReplaceOnFailure(Boolean value)
static CreateUpdateProps.Builder builder()
builder in interface CloudFormationCommonPropsbuilder in interface CloudFormationDeploymentActionCommonPropsCopyright © 2018. All rights reserved.