Package software.amazon.awscdk.pipelines
Class PermissionsBroadeningCheckProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.pipelines.PermissionsBroadeningCheckProps.Jsii$Proxy
- All Implemented Interfaces:
PermissionsBroadeningCheckProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PermissionsBroadeningCheckProps
@Stability(Stable)
@Internal
public static final class PermissionsBroadeningCheckProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PermissionsBroadeningCheckProps
An implementation for
PermissionsBroadeningCheckProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.pipelines.PermissionsBroadeningCheckProps
PermissionsBroadeningCheckProps.Builder, PermissionsBroadeningCheckProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by thePermissionsBroadeningCheckProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by thePermissionsBroadeningCheckProps.Builder
.
-
-
Method Details
-
getStage
Description copied from interface:PermissionsBroadeningCheckProps
The CDK Stage object to check the stacks of.This should be the same Stage object you are passing to
addStage()
.- Specified by:
getStage
in interfacePermissionsBroadeningCheckProps
-
getNotificationTopic
Description copied from interface:PermissionsBroadeningCheckProps
Topic to send notifications when a human needs to give manual confirmation.Default: - no notification
- Specified by:
getNotificationTopic
in interfacePermissionsBroadeningCheckProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-