@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:29.082Z") @Stability(value=Experimental) public interface CdkStageProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CdkStageProps.Builder
A builder for
CdkStageProps |
static class |
CdkStageProps.Jsii$Proxy
An implementation for
CdkStageProps |
| Modifier and Type | Method and Description |
|---|---|
static CdkStageProps.Builder |
builder() |
Artifact |
getCloudAssemblyArtifact()
(experimental) The CodePipeline Artifact with the Cloud Assembly.
|
IStageHost |
getHost()
(experimental) Features the Stage needs from its environment.
|
IStage |
getPipelineStage()
(experimental) The underlying Pipeline Stage associated with thisCdkStage.
|
String |
getStageName()
(experimental) Name of the stage that should be created.
|
@Stability(value=Experimental) @NotNull Artifact getCloudAssemblyArtifact()
@Stability(value=Experimental) @NotNull IStageHost getHost()
@Stability(value=Experimental) @NotNull IStage getPipelineStage()
@Stability(value=Experimental) @NotNull String getStageName()
@Stability(value=Experimental) static CdkStageProps.Builder builder()
CdkStageProps.Builder of CdkStagePropsCopyright © 2021. All rights reserved.