Route53Resolver.ResolverRule
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53resolver-resolverrule-targetaddress.html
type properties = {
resolver_endpoint_id : string option;
domain_name : string;
rule_type : string;
target_ips : target_address list option;
name : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html;
val make_properties :
?resolver_endpoint_id:string ->
domain_name:string ->
rule_type:string ->
?tags:tag list ->
?target_ips:target_address list ->
?name:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_target_address :
?ipv6:string ->
?ip:string ->
?port:string ->
?protocol:string ->
unit ->
target_address
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_target_address :
target_address ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes