Module Values.FirewallSubnetMissingVPCEndpointViolationSource

The violation details for a firewall subnet's VPC endpoint that's deleted or missing.

Sourcetype nonrec t = {
  1. firewallSubnetId : ResourceId.t option;
    (*

    The ID of the firewall that this VPC endpoint is associated with.

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

    The resource ID of the VPC associated with the deleted VPC subnet.

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

    The name of the Availability Zone of the deleted VPC subnet.

    *)
  4. subnetAvailabilityZoneId : LengthBoundedString.t option;
    (*

    The ID of the Availability Zone of the deleted VPC subnet.

    *)
}
Sourceval make : ?firewallSubnetId:??? -> ?vpcId:??? -> ?subnetAvailabilityZone:??? -> ?subnetAvailabilityZoneId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceId.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