Module Values.AssociateDistributionTenantWebACLRequestSource

Associates the WAF web ACL with a distribution tenant.

Sourcetype nonrec t = {
  1. id : String_.t;
    (*

    The ID of the distribution tenant.

    *)
  2. webACLArn : String_.t;
    (*

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

    *)
  3. ifMatch : String_.t option;
    (*

    The current ETag of the distribution tenant. This value is returned in the response of the GetDistributionTenant API operation.

    *)
}
Sourceval context_ : string
Sourceval make : ?ifMatch:??? -> id:String_.t -> webACLArn:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure 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