Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPCEndpointConnectionNotificationPropsMixin.Builder
Packages that use CfnVPCEndpointConnectionNotificationPropsMixin.Builder
-
Uses of CfnVPCEndpointConnectionNotificationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnVPCEndpointConnectionNotificationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnVPCEndpointConnectionNotificationPropsMixin.Builder.connectionEvents(List<String> connectionEvents) The endpoint events for which to receive notifications.CfnVPCEndpointConnectionNotificationPropsMixin.Builder.connectionNotificationArn(String connectionNotificationArn) The ARN of the SNS topic for the notifications.CfnVPCEndpointConnectionNotificationPropsMixin.Builder.connectionNotificationArn(ITopicRef connectionNotificationArn) The ARN of the SNS topic for the notifications.CfnVPCEndpointConnectionNotificationPropsMixin.Builder.create()CfnVPCEndpointConnectionNotificationPropsMixin.Builder.create(CfnPropertyMixinOptions options) The ID of the endpoint service.CfnVPCEndpointConnectionNotificationPropsMixin.Builder.serviceId(IVPCEndpointServiceRef serviceId) The ID of the endpoint service.CfnVPCEndpointConnectionNotificationPropsMixin.Builder.vpcEndpointId(String vpcEndpointId) The ID of the endpoint.