Module Values.InvalidNetworkAclEntriesViolationSource

Violation detail for the entries in a network ACL resource.

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

    The VPC where the violation was found.

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

    The subnet that's associated with the network ACL.

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

    The Availability Zone where the network ACL is in use.

    *)
  4. currentAssociatedNetworkAcl : ResourceId.t option;
    (*

    The network ACL containing the entry violations.

    *)
  5. entryViolations : EntryViolations.t option;
    (*

    Detailed information about the entry violations in the network ACL.

    *)
}
Sourceval make : ?vpc:??? -> ?subnet:??? -> ?subnetAvailabilityZone:??? -> ?currentAssociatedNetworkAcl:??? -> ?entryViolations:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of IntegerObjectMinimum0.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `String of LengthBoundedString.t | `Structure of (string * [> `Integer of IntegerObject.t ]) list ]) list ]) list ] list | `String of LengthBoundedString.t | `Structure of (string * [> `Enum of string | `Integer of IntegerObjectMinimum0.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `String of LengthBoundedString.t | `Structure of (string * [> `Integer of IntegerObject.t ]) list ]) list ]) list ]) list ] list | `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