Module Values.FirewallSubnetIsOutOfScopeViolationSource

Contains details about the firewall subnet that violates the policy scope.

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

    The ID of the firewall subnet that violates the policy scope.

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

    The VPC ID of the firewall subnet that violates the policy scope.

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

    The Availability Zone of the firewall subnet that violates the policy scope.

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

    The Availability Zone ID of the firewall subnet that violates the policy scope.

    *)
  5. vpcEndpointId : ResourceId.t option;
    (*

    The VPC endpoint ID of the firewall subnet that violates the policy scope.

    *)
}
Sourceval make : ?firewallSubnetId:??? -> ?vpcId:??? -> ?subnetAvailabilityZone:??? -> ?subnetAvailabilityZoneId:??? -> ?vpcEndpointId:??? -> 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