Module EC2.VPCEndpointService

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

type properties = {
  1. network_load_balancer_arns : string list option;
  2. payer_responsibility : string option;
  3. acceptance_required : bool option;
  4. contributor_insights_enabled : bool option;
  5. 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 -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. service_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string