Module Values.ThirdPartyFirewallMissingSubnetViolationSource

The violation details for a third-party firewall for an Availability Zone that's missing the Firewall Manager managed subnet.

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

    The ID of the third-party firewall or VPC resource that's causing the violation.

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

    The resource ID of the VPC associated with a subnet that's causing the violation.

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

    The Availability Zone of a subnet that's causing the violation.

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

    The reason the resource is causing the violation, if a reason 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