wafregional_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.
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.
Returns the WebACL that is specified by WebACLId.
Usage
wafregional_get_web_acl(WebACLId)
Arguments
WebACLId
[required] The WebACLId of the WebACL that you want to get. WebACLId is
returned by create_web_acl and by
list_web_ac_ls.
# 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 {# }