Module EC2.VPCEndpointConnectionNotification

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html

type properties = {
  1. connection_events : string list;
  2. vpc_endpoint_id : string option;
  3. connection_notification_arn : string;
  4. service_id : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html;

val make_properties : connection_events:string list -> ?vpc_endpoint_id:string -> connection_notification_arn:string -> ?service_id:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. vpc_endpoint_connection_notification_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string