Class CfnVPCEndpointConnectionNotificationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotificationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVPCEndpointConnectionNotificationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnVPCEndpointConnectionNotificationProps
@Stability(Stable)
@Internal
public static final class CfnVPCEndpointConnectionNotificationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVPCEndpointConnectionNotificationProps
An implementation for
CfnVPCEndpointConnectionNotificationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotificationProps
CfnVPCEndpointConnectionNotificationProps.Builder, CfnVPCEndpointConnectionNotificationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVPCEndpointConnectionNotificationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe endpoint events for which to receive notifications.final StringThe ARN of the SNS topic for the notifications.final StringThe ID of the endpoint service.final StringThe ID of the endpoint.final inthashCode()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 theCfnVPCEndpointConnectionNotificationProps.Builder.
-
-
Method Details
-
getConnectionEvents
Description copied from interface:CfnVPCEndpointConnectionNotificationPropsThe endpoint events for which to receive notifications.Valid values are
Accept,Connect,Delete, andReject.- Specified by:
getConnectionEventsin interfaceCfnVPCEndpointConnectionNotificationProps
-
getConnectionNotificationArn
Description copied from interface:CfnVPCEndpointConnectionNotificationPropsThe ARN of the SNS topic for the notifications.- Specified by:
getConnectionNotificationArnin interfaceCfnVPCEndpointConnectionNotificationProps
-
getServiceId
Description copied from interface:CfnVPCEndpointConnectionNotificationPropsThe ID of the endpoint service.- Specified by:
getServiceIdin interfaceCfnVPCEndpointConnectionNotificationProps
-
getVpcEndpointId
Description copied from interface:CfnVPCEndpointConnectionNotificationPropsThe ID of the endpoint.- Specified by:
getVpcEndpointIdin interfaceCfnVPCEndpointConnectionNotificationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-