Values.DisallowedFeatureSourceA WAF feature that is not supported by the CloudFront pricing plan associated with the web ACL.
type nonrec t = {feature : PricingPlanFeatureName.t option;The name of the disallowed WAF feature.
*)requiredPricingPlan : RequiredPricingPlanName.t option;The name of the CloudFront pricing plan required to use the WAF feature.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of PricingPlanFeatureName.t ]) list ]