Modifier and Type | Method and Description |
---|---|
CdkStage |
build()
Deprecated.
|
CdkStage.Builder |
cloudAssemblyArtifact(Artifact cloudAssemblyArtifact)
Deprecated.
|
CdkStage.Builder |
confirmBroadeningPermissions(java.lang.Boolean confirmBroadeningPermissions)
Deprecated.
|
static CdkStage.Builder |
create(software.constructs.Construct scope,
java.lang.String id)
Deprecated.
|
CdkStage.Builder |
host(IStageHost host)
Deprecated.
|
CdkStage.Builder |
pipelineStage(IStage pipelineStage)
Deprecated.
|
CdkStage.Builder |
securityNotificationTopic(ITopic securityNotificationTopic)
Deprecated.
|
CdkStage.Builder |
stageName(java.lang.String stageName)
Deprecated.
|
@Deprecated public static CdkStage.Builder create(software.constructs.Construct scope, java.lang.String id)
scope
- This parameter is required.id
- This parameter is required.CdkStage.Builder
.@Deprecated public CdkStage.Builder cloudAssemblyArtifact(Artifact cloudAssemblyArtifact)
cloudAssemblyArtifact
- The CodePipeline Artifact with the Cloud Assembly. This parameter is required.this
@Deprecated public CdkStage.Builder host(IStageHost host)
host
- Features the Stage needs from its environment. This parameter is required.this
@Deprecated public CdkStage.Builder pipelineStage(IStage pipelineStage)
pipelineStage
- The underlying Pipeline Stage associated with thisCdkStage. This parameter is required.this
@Deprecated public CdkStage.Builder stageName(java.lang.String stageName)
stageName
- Name of the stage that should be created. This parameter is required.this
@Deprecated public CdkStage.Builder confirmBroadeningPermissions(java.lang.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
@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
@Deprecated public CdkStage build()