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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotificationProps
CfnVPCEndpointConnectionNotificationProps.Builder, CfnVPCEndpointConnectionNotificationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVPCEndpointConnectionNotificationProps.Builder
.protected
Jsii$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.JsonNode
final boolean
The endpoint events for which to receive notifications.final String
The ARN of the SNS topic for the notifications.final String
The ID of the endpoint service.final String
The ID of the endpoint.final int
hashCode()
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:CfnVPCEndpointConnectionNotificationProps
The endpoint events for which to receive notifications.Valid values are
Accept
,Connect
,Delete
, andReject
.- Specified by:
getConnectionEvents
in interfaceCfnVPCEndpointConnectionNotificationProps
- See Also:
-
getConnectionNotificationArn
Description copied from interface:CfnVPCEndpointConnectionNotificationProps
The ARN of the SNS topic for the notifications.- Specified by:
getConnectionNotificationArn
in interfaceCfnVPCEndpointConnectionNotificationProps
- See Also:
-
getServiceId
Description copied from interface:CfnVPCEndpointConnectionNotificationProps
The ID of the endpoint service.- Specified by:
getServiceId
in interfaceCfnVPCEndpointConnectionNotificationProps
- See Also:
-
getVpcEndpointId
Description copied from interface:CfnVPCEndpointConnectionNotificationProps
The ID of the endpoint.- Specified by:
getVpcEndpointId
in interfaceCfnVPCEndpointConnectionNotificationProps
- See Also:
-
$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()
-