EC2.ClientVpnAuthorizationRulesee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html
type properties = {client_vpn_endpoint_id : string;description : string option;access_group_id : string option;target_network_cidr : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html;
val make_properties :
client_vpn_endpoint_id:string ->
?description:string ->
?access_group_id:string ->
target_network_cidr:string ->
?authorize_all_groups:bool ->
unit ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes