public interface CreateReplaceChangeSetProps extends software.amazon.jsii.JsiiSerializable, CloudFormationDeploymentActionCommonProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
CreateReplaceChangeSetProps.Builder
A fluent step builder class for
CreateReplaceChangeSetProps. |
static class |
CreateReplaceChangeSetProps.Jsii$Pojo
A PoJo (plain-old-java-object) class that implements
CreateReplaceChangeSetProps. |
static class |
CreateReplaceChangeSetProps.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateReplaceChangeSetProps.Builder |
builder() |
String |
getChangeSetName()
Name of the change set to create or update.
|
software.amazon.awscdk.services.codepipeline.ArtifactPath |
getTemplatePath()
Input artifact with the ChangeSet's CloudFormation template
|
void |
setChangeSetName(String value)
Name of the change set to create or update.
|
void |
setTemplatePath(software.amazon.awscdk.services.codepipeline.ArtifactPath value)
Input artifact with the ChangeSet's CloudFormation template
|
getCapabilities, getFullPermissions, getParameterOverrides, getRole, getTemplateConfiguration, setCapabilities, setFullPermissions, setParameterOverrides, setRole, setTemplateConfigurationgetOutputArtifactName, getOutputFileName, getStackName, setOutputArtifactName, setOutputFileName, setStackNameString getChangeSetName()
void setChangeSetName(String value)
software.amazon.awscdk.services.codepipeline.ArtifactPath getTemplatePath()
void setTemplatePath(software.amazon.awscdk.services.codepipeline.ArtifactPath value)
static CreateReplaceChangeSetProps.Builder builder()
builder in interface CloudFormationCommonPropsbuilder in interface CloudFormationDeploymentActionCommonPropsCopyright © 2018. All rights reserved.