Module Values.NetworkFirewallMissingSubnetViolationSource

Violation detail for Network Firewall for an Availability Zone that's missing the expected Firewall Manager managed subnet.

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

    The ID of the Network Firewall or VPC resource that's in violation.

    *)
  2. vPC : ResourceId.t option;
    (*

    The resource ID of the VPC associated with a violating subnet.

    *)
  3. availabilityZone : LengthBoundedString.t option;
    (*

    The Availability Zone of a violating subnet.

    *)
  4. targetViolationReason : TargetViolationReason.t option;
    (*

    The reason the resource has this violation, if one is available.

    *)
}
Sourceval make : ?violationTarget:??? -> ?vPC:??? -> ?availabilityZone:??? -> ?targetViolationReason:??? -> 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