Associate Distribution Tenant Web Acl
cloudfront_associate_distribution_tenant_web_acl | R Documentation |
Associates the WAF web ACL with a distribution tenant¶
Description¶
Associates the WAF web ACL with a distribution tenant.
Usage¶
cloudfront_associate_distribution_tenant_web_acl(Id, WebACLArn, IfMatch)
Arguments¶
Id |
[required] The ID of the distribution tenant. |
WebACLArn |
[required] The Amazon Resource Name (ARN) of the WAF web ACL to associate. |
IfMatch |
The current |
Value¶
A list with the following syntax:
list(
Id = "string",
WebACLArn = "string",
ETag = "string"
)
Request syntax¶
svc$associate_distribution_tenant_web_acl(
Id = "string",
WebACLArn = "string",
IfMatch = "string"
)