VpcEndpointConnectionNotificationArgs

data class VpcEndpointConnectionNotificationArgs(val connectionEvents: Output<List<String>>? = null, val connectionNotificationArn: Output<String>? = null, val serviceId: Output<String>? = null, val vpcEndpointId: Output<String>? = null) : ConvertibleToJava<VpcEndpointConnectionNotificationArgs>

Resource Type definition for AWS::EC2::VPCEndpointConnectionNotification

Constructors

Link copied to clipboard
constructor(connectionEvents: Output<List<String>>? = null, connectionNotificationArn: Output<String>? = null, serviceId: Output<String>? = null, vpcEndpointId: Output<String>? = null)

Properties

Link copied to clipboard
val connectionEvents: Output<List<String>>? = null

The endpoint events for which to receive notifications.

Link copied to clipboard
val connectionNotificationArn: Output<String>? = null

The ARN of the SNS topic for the notifications.

Link copied to clipboard
val serviceId: Output<String>? = null

The ID of the endpoint service.

Link copied to clipboard
val vpcEndpointId: Output<String>? = null

The ID of the endpoint.

Functions

Link copied to clipboard
open override fun toJava(): VpcEndpointConnectionNotificationArgs