Skip to content

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 ETag header that you received when retrieving the distribution that you're disassociating from the WAF web ACL.

Value

A list with the following syntax:

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

Request syntax

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