Module Values.AwsWafv2WebAclDetailsSource

Details about an WAFv2 web Access Control List (ACL).

Sourcetype nonrec t = {
  1. name : NonEmptyString.t option;
    (*

    The name of the web ACL.

    *)
  2. arn : NonEmptyString.t option;
    (*

    The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.

    *)
  3. managedbyFirewallManager : Boolean.t option;
    (*

    Indicates whether this web ACL is managed by Firewall Manager.

    *)
  4. id : NonEmptyString.t option;
    (*

    A unique identifier for the web ACL.

    *)
  5. capacity : Long.t option;
    (*

    The web ACL capacity units (WCUs) currently being used by this web ACL.

    *)
  6. captchaConfig : AwsWafv2WebAclCaptchaConfigDetails.t option;
    (*

    Specifies how WAF should handle CAPTCHA evaluations for rules that don't have their own CaptchaConfig settings.

    *)
  7. defaultAction : AwsWafv2WebAclActionDetails.t option;
    (*

    The action to perform if none of the Rules contained in the web ACL match.

    *)
  8. description : NonEmptyString.t option;
    (*

    A description of the web ACL that helps with identification.

    *)
  9. rules : AwsWafv2RulesList.t option;
    (*

    The Rule statements used to identify the web requests that you want to allow, block, or count. Each rule includes one top-level statement that WAF uses to identify matching web requests, and parameters that govern how WAF handles them.

    *)
  10. visibilityConfig : AwsWafv2VisibilityConfigDetails.t option;
    (*

    Defines and enables Amazon CloudWatch metrics and web request sample collection.

    *)
}
Sourceval make : ?name:??? -> ?arn:??? -> ?managedbyFirewallManager:??? -> ?id:??? -> ?capacity:??? -> ?captchaConfig:??? -> ?defaultAction:??? -> ?description:??? -> ?rules:??? -> ?visibilityConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Integer of Integer.t | `String of NonEmptyString.t | `Structure of (string * [> `Boolean of Boolean.t | `String of NonEmptyString.t | `Structure of (string * [> `Structure of (string * [> `Integer of Integer.t | `List of [> `Structure of (string * [> `String of NonEmptyString.t ]) list ] list | `String of NonEmptyString.t ]) list ]) list ]) list ]) list ] list | `Long of Long.t | `String of NonEmptyString.t | `Structure of (string * [> `Boolean of Boolean.t | `String of NonEmptyString.t | `Structure of (string * [> `Long of Long.t | `Structure of (string * [> `Integer of Integer.t | `List of [> `Structure of (string * [> `String of NonEmptyString.t ]) list ] list | `String of NonEmptyString.t ]) list ]) list ]) list ]) 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