EC2.VPCEndpointConnectionNotification
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html
type properties = {
connection_events : string list;
vpc_endpoint_id : string option;
connection_notification_arn : string;
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 ]
val create_attributes : string -> attributes