Module Values.WebAclCustomizationSource

The WAF web ACL customization specified for the distribution tenant.

Sourcetype nonrec t = {
  1. action : CustomizationActionType.t;
    (*

    The action for the WAF web ACL customization. You can specify override to specify a separate WAF web ACL for the distribution tenant. If you specify disable, the distribution tenant won't have WAF web ACL protections and won't inherit from the multi-tenant distribution.

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

    The Amazon Resource Name (ARN) of the WAF web ACL.

    *)
}
Sourceval context_ : string
Sourceval make : ?arn:??? -> action:CustomizationActionType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of String_.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