Disassociate Distribution Tenant Web Acl
cloudfront_disassociate_distribution_tenant_web_acl | R Documentation |
Disassociates a distribution tenant from the WAF web ACL¶
Description¶
Disassociates a distribution tenant from the WAF web ACL.
Usage¶
cloudfront_disassociate_distribution_tenant_web_acl(Id, IfMatch)
Arguments¶
Id |
[required] The ID of the distribution tenant. |
IfMatch |
The current version of the distribution tenant that you're
disassociating from the WAF web ACL. This is the |
Value¶
A list with the following syntax:
list(
Id = "string",
ETag = "string"
)
Request syntax¶
svc$disassociate_distribution_tenant_web_acl(
Id = "string",
IfMatch = "string"
)