Class CfnVPCEndpointConnectionNotificationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPCEndpointConnectionNotificationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVPCEndpointConnectionNotificationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVPCEndpointConnectionNotificationMixinProps
@Stability(Stable)
@Internal
public static final class CfnVPCEndpointConnectionNotificationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVPCEndpointConnectionNotificationMixinProps
An implementation for
CfnVPCEndpointConnectionNotificationMixinProps-
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.cfnpropertymixins.services.ec2.CfnVPCEndpointConnectionNotificationMixinProps
CfnVPCEndpointConnectionNotificationMixinProps.Builder, CfnVPCEndpointConnectionNotificationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVPCEndpointConnectionNotificationMixinProps.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 ObjectThe ARN of the SNS topic for the notifications.final ObjectThe 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 theCfnVPCEndpointConnectionNotificationMixinProps.Builder.
-
-
Method Details
-
getConnectionEvents
Description copied from interface:CfnVPCEndpointConnectionNotificationMixinPropsThe endpoint events for which to receive notifications.Valid values are
Accept,Connect,Delete, andReject.- Specified by:
getConnectionEventsin interfaceCfnVPCEndpointConnectionNotificationMixinProps- See Also:
-
getConnectionNotificationArn
Description copied from interface:CfnVPCEndpointConnectionNotificationMixinProps- Specified by:
getConnectionNotificationArnin interfaceCfnVPCEndpointConnectionNotificationMixinProps- See Also:
-
getServiceId
Description copied from interface:CfnVPCEndpointConnectionNotificationMixinPropsThe ID of the endpoint service.Returns union: either
StringorIVPCEndpointServiceRef- Specified by:
getServiceIdin interfaceCfnVPCEndpointConnectionNotificationMixinProps- See Also:
-
getVpcEndpointId
Description copied from interface:CfnVPCEndpointConnectionNotificationMixinPropsThe ID of the endpoint.- Specified by:
getVpcEndpointIdin interfaceCfnVPCEndpointConnectionNotificationMixinProps- See Also:
-
$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()
-