EC2.NetworkInsightsPathsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightspath.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightspath-filterportrange.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
and path_filter = {source_address : string option;destination_port_range : filter_port_range option;source_port_range : filter_port_range option;destination_address : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightspath-pathfilter.html
type properties = {destination : string option;destination_ip : string option;source_ip : string option;filter_at_destination : path_filter option;filter_at_source : path_filter option;protocol : string;destination_port : int option;source : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightspath.html;
val make_properties :
?destination:string ->
?destination_ip:string ->
?source_ip:string ->
?filter_at_destination:path_filter ->
?filter_at_source:path_filter ->
protocol:string ->
?destination_port:int ->
source:string ->
?tags:tag list ->
unit ->
propertiesval make_filter_port_range :
?from_port:int ->
?to_port:int ->
unit ->
filter_port_rangeval make_tag : value:string -> key:string -> unit -> tagval make_path_filter :
?source_address:string ->
?destination_port_range:filter_port_range ->
?source_port_range:filter_port_range ->
?destination_address:string ->
unit ->
path_filterval yojson_of_filter_port_range : filter_port_range -> Yojson.Safe.tval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_path_filter :
path_filter ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes