VpcEndpointConnectionNotificationState constructor
const
VpcEndpointConnectionNotificationState({})
Creates a new VpcEndpointConnectionNotificationState.
connectionEvents One or more endpoint events for which to receive notifications.
connectionNotificationArn The ARN of the SNS topic for the notifications.
notificationType The type of notification.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
state The state of the notification.
vpcEndpointId The ID of the VPC Endpoint to receive notifications for.
vpcEndpointServiceId The ID of the VPC Endpoint Service to receive notifications for.
Implementation
const VpcEndpointConnectionNotificationState({
this.connectionEvents,
this.connectionNotificationArn,
this.notificationType,
this.region,
this.state,
this.vpcEndpointId,
this.vpcEndpointServiceId,
});