Module EC2.ClientVpnAuthorizationRule

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

type properties = {
  1. client_vpn_endpoint_id : string;
  2. description : string option;
  3. access_group_id : string option;
  4. target_network_cidr : string;
  5. authorize_all_groups : bool option;
}

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 -> 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