Module EC2.ClientVpnRoute

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

type properties = {
  1. client_vpn_endpoint_id : string;
  2. target_vpc_subnet_id : string;
  3. description : string option;
  4. destination_cidr_block : string;
}

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

val make_properties : client_vpn_endpoint_id:string -> target_vpc_subnet_id:string -> ?description:string -> destination_cidr_block:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string