@Stability(value=Deprecated) @Deprecated public static final class CdkStageProps.Builder extends Object implements software.amazon.jsii.Builder<CdkStageProps>
CdkStageProps| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CdkStageProps |
build()
Deprecated.
|
CdkStageProps.Builder |
cloudAssemblyArtifact(Artifact cloudAssemblyArtifact)
Deprecated.
|
CdkStageProps.Builder |
confirmBroadeningPermissions(Boolean confirmBroadeningPermissions)
Deprecated.
|
CdkStageProps.Builder |
host(IStageHost host)
Deprecated.
|
CdkStageProps.Builder |
pipelineStage(IStage pipelineStage)
Deprecated.
|
CdkStageProps.Builder |
securityNotificationTopic(ITopic securityNotificationTopic)
Deprecated.
|
CdkStageProps.Builder |
stageName(String stageName)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public CdkStageProps.Builder cloudAssemblyArtifact(Artifact cloudAssemblyArtifact)
CdkStageProps.getCloudAssemblyArtifact()cloudAssemblyArtifact - The CodePipeline Artifact with the Cloud Assembly. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CdkStageProps.Builder host(IStageHost host)
CdkStageProps.getHost()host - Features the Stage needs from its environment. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CdkStageProps.Builder pipelineStage(IStage pipelineStage)
CdkStageProps.getPipelineStage()pipelineStage - The underlying Pipeline Stage associated with thisCdkStage. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CdkStageProps.Builder stageName(String stageName)
CdkStageProps.getStageName()stageName - Name of the stage that should be created. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CdkStageProps.Builder confirmBroadeningPermissions(Boolean confirmBroadeningPermissions)
CdkStageProps.getConfirmBroadeningPermissions()confirmBroadeningPermissions - Run a security check before every application prepare/deploy actions.
Note: Stage level security check can be overriden per application as follows:
stage.addApplication(app, { confirmBroadeningPermissions: false })this@Stability(value=Deprecated) @Deprecated public CdkStageProps.Builder securityNotificationTopic(ITopic securityNotificationTopic)
CdkStageProps.getSecurityNotificationTopic()securityNotificationTopic - Optional SNS topic to send notifications to when any security check registers changes within a application.
Note: The Stage Notification Topic can be overriden per application as follows:
stage.addApplication(app, { securityNotificationTopic: newTopic })this@Stability(value=Deprecated) @Deprecated public CdkStageProps build()
build in interface software.amazon.jsii.Builder<CdkStageProps>CdkStagePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.