Module Values.GetFirewallRuleGroupAssociationRequestSource

Retrieves a firewall rule group association, which enables DNS filtering for a VPC with one rule group. A VPC can have more than one firewall rule group association, and a rule group can be associated with more than one VPC.

Sourcetype nonrec t = {
  1. firewallRuleGroupAssociationId : ResourceId.t;
    (*

    The identifier of the FirewallRuleGroupAssociation.

    *)
}
Sourceval context_ : string
Sourceval make : firewallRuleGroupAssociationId:ResourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t