Module Values.DnsDuplicateRuleGroupViolationSource

A DNS Firewall rule group that Firewall Manager tried to associate with a VPC is already associated with the VPC and can't be associated again.

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.

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