Module Route53Resolver.FirewallDomainList

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-firewalldomainlist.html

type tag = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

type properties = {
  1. domains : string list option;
  2. domain_file_url : string option;
  3. tags : tag list option;
  4. name : string option;
}

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

val make_properties : ?domains:string list -> ?domain_file_url:string -> ?tags:tag list -> ?name:string -> unit -> properties
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. status : string;
  3. creation_time : string;
  4. managed_owner_name : string;
  5. modification_time : string;
  6. id : string;
  7. arn : string;
  8. creator_request_id : string;
  9. status_message : string;
  10. domain_count : int;
}
val create_attributes : string -> attributes
val cloudformation_type : string