paws.security.identity (version 0.1.0)

wafregional_get_web_acl: Returns the WebACL that is specified by WebACLId

Description

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 CreateWebACL and by ListWebACLs.

Request syntax

svc$get_web_acl(
  WebACLId = "string"
)

Examples

Run this code
# NOT RUN {
# The following example returns the details of a web ACL with the ID
# createwebacl-1472061481310.
# }
# NOT RUN {
svc$get_web_acl(
  WebACLId = "createwebacl-1472061481310"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab