powered by
Returns the WebACL that is specified by WebACLId.
WebACLId
waf_get_web_acl(WebACLId)
[required] The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.
svc$get_web_acl( WebACLId = "string" )
# 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 { # }
Run the code above in your browser using DataLab