View source: R/cloudfront_operations.R
cloudfront_list_distributions_by_web_acl_id | R Documentation |
List the distributions that are associated with a specified WAF web ACL.
See https://www.paws-r-sdk.com/docs/cloudfront_list_distributions_by_web_acl_id/ for full documentation.
cloudfront_list_distributions_by_web_acl_id(
Marker = NULL,
MaxItems = NULL,
WebACLId
)
Marker |
Use |
MaxItems |
The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100. |
WebACLId |
[required] The ID of the WAF web ACL that you want to list the associated distributions. If you specify "null" for the ID, the request returns a list of the distributions that aren't associated with a web ACL. For WAFV2, this is the ARN of the web ACL, such as
For WAF Classic, this is the ID of the web ACL, such as
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.