Module Values.DnsRuleGroupPriorityConflictViolationSource

A rule group that Firewall Manager tried to associate with a VPC has the same priority as a rule group that's already associated.

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 VPC and the rule group that's already associated with it.

    *)
  3. conflictingPriority : DnsRuleGroupPriority.t option;
    (*

    The priority setting of the two conflicting rule groups.

    *)
  4. conflictingPolicyId : PolicyId.t option;
    (*

    The ID of the Firewall Manager DNS Firewall policy that was already applied to the VPC. This policy contains the rule group that's already associated with the VPC.

    *)
  5. unavailablePriorities : DnsRuleGroupPriorities.t option;
    (*

    The priorities of rule groups that are already associated with the VPC. To retry your operation, choose priority settings that aren't in this list for the rule groups in your new DNS Firewall policy.

    *)
}
Sourceval make : ?violationTarget:??? -> ?violationTargetDescription:??? -> ?conflictingPriority:??? -> ?conflictingPolicyId:??? -> ?unavailablePriorities:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of DnsRuleGroupPriority.t | `List of [> `Integer of DnsRuleGroupPriority.t ] list | `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