Skip to content

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 ETag value returned in the response to the get_distribution_tenant API operation.

Value

A list with the following syntax:

list(
  Id = "string",
  ETag = "string"
)

Request syntax

svc$disassociate_distribution_tenant_web_acl(
  Id = "string",
  IfMatch = "string"
)