paws.security.identity (version 0.1.0)

wafregional_get_sql_injection_match_set: Returns the SqlInjectionMatchSet that is specified by SqlInjectionMatchSetId

Description

Returns the SqlInjectionMatchSet that is specified by SqlInjectionMatchSetId.

Usage

wafregional_get_sql_injection_match_set(SqlInjectionMatchSetId)

Arguments

SqlInjectionMatchSetId

[required] The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

Request syntax

svc$get_sql_injection_match_set(
  SqlInjectionMatchSetId = "string"
)

Examples

Run this code
# NOT RUN {
# The following example returns the details of a SQL injection match set
# with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
# }
# NOT RUN {
svc$get_sql_injection_match_set(
  SqlInjectionMatchSetId = "example1ds3t-46da-4fdb-b8d5-abc321j569j5"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab