Module EC2.LocalGatewayRoute

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

type properties = {
  1. local_gateway_route_table_id : string;
  2. destination_cidr_block : string;
  3. network_interface_id : string option;
  4. local_gateway_virtual_interface_group_id : string option;
}

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

val make_properties : local_gateway_route_table_id:string -> destination_cidr_block:string -> ?network_interface_id:string -> ?local_gateway_virtual_interface_group_id:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. type_ : string;
  3. state : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string