# NOT RUN {
# The following example returns detailed information about 100 requests
# --a sample-- that AWS WAF randomly selects from among the first 5,000
# requests that your AWS resource received between the time period
# 2016-09-27T15:50Z to 2016-09-27T15:50Z.
# }
# NOT RUN {
svc$get_sampled_requests(
MaxItems = 100L,
RuleId = "WAFRule-1-Example",
TimeWindow = list(
EndTime = "2016-09-27T15:50Z",
StartTime = "2016-09-27T15:50Z"
),
WebAclId = "createwebacl-1472061481310"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab