paws.security.identity (version 0.1.0)

wafregional_get_rule: Returns the Rule that is specified by the RuleId that you included in the GetRule request

Description

Returns the Rule that is specified by the RuleId that you included in the GetRule request.

Usage

wafregional_get_rule(RuleId)

Arguments

RuleId

[required] The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.

Request syntax

svc$get_rule(
  RuleId = "string"
)

Examples

Run this code
# NOT RUN {
# The following example returns the details of a rule with the ID
# example1ds3t-46da-4fdb-b8d5-abc321j569j5.
# }
# NOT RUN {
svc$get_rule(
  RuleId = "example1ds3t-46da-4fdb-b8d5-abc321j569j5"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace