public static final class PermissionsBroadeningCheckProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PermissionsBroadeningCheckProps
PermissionsBroadeningCheckProps
PermissionsBroadeningCheckProps.Builder, PermissionsBroadeningCheckProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
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.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final Stage getStage()
PermissionsBroadeningCheckProps
This should be the same Stage object you are passing to addStage()
.
getStage
in interface PermissionsBroadeningCheckProps
public final ITopic getNotificationTopic()
PermissionsBroadeningCheckProps
Default: - no notification
getNotificationTopic
in interface PermissionsBroadeningCheckProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()