waf_get_web_acl: This is AWS WAF CLASSIC documentation
Description
This is AWS WAF Classic documentation. For more information, see
AWS WAF Classic
in the developer guide.
Usage
waf_get_web_acl(WebACLId)
Arguments
WebACLId
[required] The WebACLId of the WebACL that you want to get. WebACLId is
returned by CreateWebACL and by ListWebACLs.
Request syntax
svc$get_web_acl(
WebACLId = "string"
)
Details
For the latest version of AWS WAF, use the AWS WAFV2 API and see the
AWS WAF Developer Guide.
With the latest version, AWS WAF has a single set of endpoints for
regional and global use.
# NOT RUN {# The following example returns the details of a web ACL with the ID# createwebacl-1472061481310.svc$get_web_acl(
WebACLId = "createwebacl-1472061481310")
# }# NOT RUN {# }