Get Vpc Endpoint Connection Notification Result
data class GetVpcEndpointConnectionNotificationResult(val connectionEvents: List<String>? = null, val connectionNotificationArn: String? = null, val vpcEndpointConnectionNotificationId: String? = null)
Constructors
Link copied to clipboard
fun GetVpcEndpointConnectionNotificationResult(connectionEvents: List<String>? = null, connectionNotificationArn: String? = null, vpcEndpointConnectionNotificationId: String? = null)