| Modifier and Type | Method and Description |
|---|---|
CdkStage |
build()
Deprecated.
|
CdkStage.Builder |
cloudAssemblyArtifact(Artifact cloudAssemblyArtifact)
Deprecated.
|
CdkStage.Builder |
confirmBroadeningPermissions(Boolean confirmBroadeningPermissions)
Deprecated.
|
static CdkStage.Builder |
create(software.constructs.Construct scope,
String id)
Deprecated.
|
CdkStage.Builder |
host(IStageHost host)
Deprecated.
|
CdkStage.Builder |
pipelineStage(IStage pipelineStage)
Deprecated.
|
CdkStage.Builder |
securityNotificationTopic(ITopic securityNotificationTopic)
Deprecated.
|
CdkStage.Builder |
stageName(String stageName)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public static CdkStage.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.CdkStage.Builder.@Stability(value=Deprecated) @Deprecated public CdkStage.Builder cloudAssemblyArtifact(Artifact cloudAssemblyArtifact)
cloudAssemblyArtifact - The CodePipeline Artifact with the Cloud Assembly. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CdkStage.Builder host(IStageHost host)
host - Features the Stage needs from its environment. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CdkStage.Builder pipelineStage(IStage pipelineStage)
pipelineStage - The underlying Pipeline Stage associated with thisCdkStage. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CdkStage.Builder stageName(String stageName)
stageName - Name of the stage that should be created. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CdkStage.Builder confirmBroadeningPermissions(Boolean confirmBroadeningPermissions)
Note: Stage level security check can be overriden per application as follows:
stage.addApplication(app, { confirmBroadeningPermissions: false })
Default: false
confirmBroadeningPermissions - Run a security check before every application prepare/deploy actions. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CdkStage.Builder securityNotificationTopic(ITopic securityNotificationTopic)
Note: The Stage Notification Topic can be overriden per application as follows:
stage.addApplication(app, { securityNotificationTopic: newTopic })
Default: undefined no stage level notification topic
securityNotificationTopic - Optional SNS topic to send notifications to when any security check registers changes within a application. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CdkStage build()
build in interface software.amazon.jsii.Builder<CdkStage>Copyright © 2022. All rights reserved.