Module Route53Resolver.FirewallRuleGroupAssociation

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-firewallrulegroupassociation.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. vpc_id : string;
  2. firewall_rule_group_id : string;
  3. priority : int;
  4. mutation_protection : string option;
  5. tags : tag list option;
  6. name : string option;
}

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

val make_properties : vpc_id:string -> firewall_rule_group_id:string -> priority:int -> ?mutation_protection: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;
}
val create_attributes : string -> attributes
val cloudformation_type : string