EC2.VPCEndpointServicesee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html
type properties = {network_load_balancer_arns : string list option;payer_responsibility : string option;acceptance_required : bool option;contributor_insights_enabled : bool option;gateway_load_balancer_arns : string list option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html;
val make_properties :
?network_load_balancer_arns:string list ->
?payer_responsibility:string ->
?acceptance_required:bool ->
?contributor_insights_enabled:bool ->
?gateway_load_balancer_arns:string list ->
unit ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes