Disassociate Distribution Web Acl
cloudfront_disassociate_distribution_web_acl | R Documentation |
Disassociates a distribution from the WAF web ACL¶
Description¶
Disassociates a distribution from the WAF web ACL.
Usage¶
cloudfront_disassociate_distribution_web_acl(Id, IfMatch)
Arguments¶
Id |
[required] The ID of the distribution. |
IfMatch |
The value of the |
Value¶
A list with the following syntax:
list(
Id = "string",
ETag = "string"
)
Request syntax¶
svc$disassociate_distribution_web_acl(
Id = "string",
IfMatch = "string"
)