Values.WafConfigurationSourceDescribes the Firewall configuration for a hosted Amplify application. Firewall support enables you to protect your web applications with a direct integration with WAF. For more information about using WAF protections for an Amplify application, see Firewall support for hosted sites in the Amplify User Guide.
type nonrec t = {webAclArn : WebAclArn.t option;The Amazon Resource Name (ARN) for the web ACL associated with an Amplify app.
*)wafStatus : WafStatus.t option;The status of the process to associate or disassociate a web ACL to an Amplify app.
*)statusReason : StatusReason.t option;The reason for the current status of the Firewall configuration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of WebAclArn.t ]) list ]