@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:37:02.627Z")
public interface PermissionsBroadeningCheckProps
Example:
CodePipeline pipeline; MyApplicationStage stage = new MyApplicationStage(this, "MyApplication"); pipeline.addStage(stage, AddStageOpts.builder() .pre(List.of( ConfirmPermissionsBroadening.Builder.create("Check").stage(stage).build())) .build());
Modifier and Type | Interface and Description |
---|---|
static class |
PermissionsBroadeningCheckProps.Builder
A builder for
PermissionsBroadeningCheckProps |
static class |
PermissionsBroadeningCheckProps.Jsii$Proxy
An implementation for
PermissionsBroadeningCheckProps |
Modifier and Type | Method and Description |
---|---|
static PermissionsBroadeningCheckProps.Builder |
builder() |
default ITopic |
getNotificationTopic()
Topic to send notifications when a human needs to give manual confirmation.
|
Stage |
getStage()
The CDK Stage object to check the stacks of.
|
Stage getStage()
This should be the same Stage object you are passing to addStage()
.
default ITopic getNotificationTopic()
Default: - no notification
static PermissionsBroadeningCheckProps.Builder builder()