paws.security.identity (version 0.1.0)

waf_get_xss_match_set: Returns the XssMatchSet that is specified by XssMatchSetId

Description

Returns the XssMatchSet that is specified by XssMatchSetId.

Usage

waf_get_xss_match_set(XssMatchSetId)

Arguments

XssMatchSetId

[required] The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

Request syntax

svc$get_xss_match_set(
  XssMatchSetId = "string"
)

Examples

Run this code
# NOT RUN {
# The following example returns the details of an XSS match set with the
# ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
# }
# NOT RUN {
svc$get_xss_match_set(
  XssMatchSetId = "example1ds3t-46da-4fdb-b8d5-abc321j569j5"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab