@Stability(value=Stable)
public static interface CfnPipeline.StageTransitionProperty
extends software.amazon.jsii.JsiiSerializable
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.codepipeline.*;
StageTransitionProperty stageTransitionProperty = StageTransitionProperty.builder()
.reason("reason")
.stageName("stageName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPipeline.StageTransitionProperty.Builder
A builder for
CfnPipeline.StageTransitionProperty |
static class |
CfnPipeline.StageTransitionProperty.Jsii$Proxy
An implementation for
CfnPipeline.StageTransitionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.StageTransitionProperty.Builder |
builder() |
String |
getReason()
The reason given to the user that a stage is disabled, such as waiting for manual approval or manual tests.
|
String |
getStageName()
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
|
@Stability(value=Stable) @NotNull String getReason()
This message is displayed in the pipeline console UI.
@Stability(value=Stable) @NotNull String getStageName()
@Stability(value=Stable) static CfnPipeline.StageTransitionProperty.Builder builder()
Copyright © 2022. All rights reserved.