@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:33:08.813Z") @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.
|
default Boolean |
getConfirmBroadeningPermissions()
(experimental) Run a security check before every application prepare/deploy actions.
|
IStageHost |
getHost()
(experimental) Features the Stage needs from its environment.
|
IStage |
getPipelineStage()
(experimental) The underlying Pipeline Stage associated with thisCdkStage.
|
default ITopic |
getSecurityNotificationTopic()
(experimental) Optional SNS topic to send notifications to when any security check registers changes within a application.
|
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) @Nullable default Boolean getConfirmBroadeningPermissions()
Note: Stage level security check can be overriden per application as follows:
stage.addApplication(app, { confirmBroadeningPermissions: false })
Default: false
@Stability(value=Experimental) @Nullable default ITopic getSecurityNotificationTopic()
Note: The Stage Notification Topic can be overriden per application as follows:
stage.addApplication(app, { securityNotificationTopic: newTopic })
Default: undefined no stage level notification topic
@Stability(value=Experimental) static CdkStageProps.Builder builder()
CdkStageProps.Builder of CdkStagePropsCopyright © 2021. All rights reserved.