@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:58.631Z") @Stability(value=Deprecated) @Deprecated public class UpdatePipelineAction extends Construct implements IAction
Creates a CodeBuild project which will use the CDK CLI to deploy the pipeline stack.
You do not need to instantiate this action -- it will automatically be added by the pipeline.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codebuild.*;
import software.amazon.awscdk.services.codepipeline.*;
import software.amazon.awscdk.pipelines.*;
Artifact artifact;
BuildSpec buildSpec;
DockerCredential dockerCredential;
UpdatePipelineAction updatePipelineAction = UpdatePipelineAction.Builder.create(this, "MyUpdatePipelineAction")
.cloudAssemblyInput(artifact)
.pipelineStackHierarchicalId("pipelineStackHierarchicalId")
// the properties below are optional
.buildSpec(buildSpec)
.cdkCliVersion("cdkCliVersion")
.dockerCredentials(List.of(dockerCredential))
.pipelineStackName("pipelineStackName")
.privileged(false)
.projectName("projectName")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdatePipelineAction.Builder
Deprecated.
|
software.amazon.jsii.JsiiObject.InitializationModeIAction.Jsii$Default, IAction.Jsii$ProxyIConstruct.Jsii$Default, IConstruct.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
UpdatePipelineAction(software.constructs.Construct scope,
String id,
UpdatePipelineActionProps props)
Deprecated.
|
protected |
UpdatePipelineAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
UpdatePipelineAction(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ActionConfig |
bind(Construct scope,
IStage stage,
ActionBindOptions options)
Deprecated.
|
ActionProperties |
getActionProperties()
Deprecated.
|
Rule |
onStateChange(String name)
Deprecated.
|
Rule |
onStateChange(String name,
IRuleTarget target)
Deprecated.
|
Rule |
onStateChange(String name,
IRuleTarget target,
RuleProps options)
Deprecated.
|
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected UpdatePipelineAction(software.amazon.jsii.JsiiObjectRef objRef)
protected UpdatePipelineAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public UpdatePipelineAction(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull UpdatePipelineActionProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public ActionConfig bind(@NotNull Construct scope, @NotNull IStage stage, @NotNull ActionBindOptions options)
@Stability(value=Deprecated) @Deprecated @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=Deprecated) @Deprecated @NotNull public Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target)
onStateChange in interface IActionname - This parameter is required.target - @Stability(value=Deprecated) @Deprecated @NotNull public Rule onStateChange(@NotNull String name)
onStateChange in interface IActionname - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public ActionProperties getActionProperties()
getActionProperties in interface IActionCopyright © 2022. All rights reserved.