@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:29.082Z") @Stability(value=Experimental) public class DeployCdkStackAction extends software.amazon.jsii.JsiiObject implements IAction
Adds two CodePipeline Actions to the pipeline: one to create a ChangeSet and one to execute it.
You do not need to instantiate this action yourself -- it will automatically be added by the pipeline when you add stack artifacts or entire stages.
| Modifier and Type | Class and Description |
|---|---|
static class |
DeployCdkStackAction.Builder
(experimental) A fluent builder for
DeployCdkStackAction. |
software.amazon.jsii.JsiiObject.InitializationModeIAction.Jsii$Default, IAction.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
DeployCdkStackAction(DeployCdkStackActionProps props) |
protected |
DeployCdkStackAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
DeployCdkStackAction(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
ActionConfig |
bind(Construct scope,
IStage stage,
ActionBindOptions options)
(experimental) Exists to implement IAction.
|
static DeployCdkStackAction |
fromStackArtifact(software.constructs.Construct scope,
CloudFormationStackArtifact artifact,
CdkStackActionFromArtifactOptions options)
(experimental) Construct a DeployCdkStackAction from a Stack artifact.
|
ActionProperties |
getActionProperties()
(experimental) Exists to implement IAction.
|
List<String> |
getDependencyStackArtifactIds()
(experimental) Artifact ids of the artifact this stack artifact depends on.
|
Number |
getExecuteRunOrder()
(experimental) The runorder for the execute action.
|
Number |
getPrepareRunOrder()
(experimental) The runorder for the prepare action.
|
String |
getStackArtifactId()
(experimental) Artifact id of the artifact this action was based on.
|
String |
getStackName()
(experimental) Name of the deployed stack.
|
Rule |
onStateChange(String name)
(experimental) Exists to implement IAction.
|
Rule |
onStateChange(String name,
IRuleTarget target)
(experimental) Exists to implement IAction.
|
Rule |
onStateChange(String name,
IRuleTarget target,
RuleProps options)
(experimental) Exists to implement IAction.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected DeployCdkStackAction(software.amazon.jsii.JsiiObjectRef objRef)
protected DeployCdkStackAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public DeployCdkStackAction(@NotNull
DeployCdkStackActionProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public static DeployCdkStackAction fromStackArtifact(@NotNull software.constructs.Construct scope, @NotNull CloudFormationStackArtifact artifact, @NotNull CdkStackActionFromArtifactOptions options)
scope - This parameter is required.artifact - This parameter is required.options - This parameter is required.@Stability(value=Experimental) @NotNull public ActionConfig bind(@NotNull Construct scope, @NotNull IStage stage, @NotNull ActionBindOptions options)
@Stability(value=Experimental) @NotNull public Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target, @Nullable RuleProps options)
onStateChange in interface IActionname - This parameter is required.target - options - @Stability(value=Experimental) @NotNull public Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target)
onStateChange in interface IActionname - This parameter is required.target - @Stability(value=Experimental) @NotNull public Rule onStateChange(@NotNull String name)
onStateChange in interface IActionname - This parameter is required.@Stability(value=Experimental) @NotNull public ActionProperties getActionProperties()
getActionProperties in interface IAction@Stability(value=Experimental) @NotNull public List<String> getDependencyStackArtifactIds()
@Stability(value=Experimental) @NotNull public Number getExecuteRunOrder()
@Stability(value=Experimental) @NotNull public Number getPrepareRunOrder()
@Stability(value=Experimental) @NotNull public String getStackName()
@Stability(value=Experimental) @Nullable public String getStackArtifactId()
Copyright © 2021. All rights reserved.