@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-20T13:05:15.951Z") public interface PipelineDeployActionProps extends software.amazon.jsii.JsiiSerializable, software.amazon.awscdk.services.codepipeline.api.CommonActionProps
CodeDeploy deploy CodePipeline Action.| Modifier and Type | Interface and Description |
|---|---|
static class |
PipelineDeployActionProps.Builder
A builder for
PipelineDeployActionProps |
static class |
PipelineDeployActionProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static PipelineDeployActionProps.Builder |
builder() |
String |
getApplicationName()
The name of the CodeDeploy application to deploy to.
|
String |
getDeploymentGroupName()
The name of the CodeDeploy deployment group to deploy to.
|
software.amazon.awscdk.services.codepipeline.api.Artifact |
getInputArtifact()
The source to use as input for deployment.
|
void |
setApplicationName(String value)
The name of the CodeDeploy application to deploy to.
|
void |
setDeploymentGroupName(String value)
The name of the CodeDeploy deployment group to deploy to.
|
void |
setInputArtifact(software.amazon.awscdk.services.codepipeline.api.Artifact value)
The source to use as input for deployment.
|
String getApplicationName()
void setApplicationName(String value)
String getDeploymentGroupName()
void setDeploymentGroupName(String value)
software.amazon.awscdk.services.codepipeline.api.Artifact getInputArtifact()
void setInputArtifact(software.amazon.awscdk.services.codepipeline.api.Artifact value)
static PipelineDeployActionProps.Builder builder()
builder in interface software.amazon.awscdk.services.codepipeline.api.CommonActionPropsPipelineDeployActionProps.Builder of PipelineDeployActionPropsCopyright © 2018. All rights reserved.