Module Values.DnsRuleGroupLimitExceededViolationSource

The VPC that Firewall Manager was applying a DNS Fireall policy to reached the limit for associated DNS Firewall rule groups. Firewall Manager tried to associate another rule group with the VPC and failed due to the limit.

Sourcetype nonrec t = {
  1. violationTarget : ViolationTarget.t option;
    (*

    Information about the VPC ID.

    *)
  2. violationTargetDescription : LengthBoundedString.t option;
    (*

    A description of the violation that specifies the rule group and VPC.

    *)
  3. numberOfRuleGroupsAlreadyAssociated : BasicInteger.t option;
    (*

    The number of rule groups currently associated with the VPC.

    *)
}
Sourceval make : ?violationTarget:??? -> ?violationTargetDescription:??? -> ?numberOfRuleGroupsAlreadyAssociated:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of BasicInteger.t | `String of ViolationTarget.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