CloudFront / Client / disassociate_distribution_web_acl
disassociate_distribution_web_acl¶
- CloudFront.Client.disassociate_distribution_web_acl(**kwargs)¶
Disassociates a distribution from the WAF web ACL.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_distribution_web_acl( Id='string', IfMatch='string' )
- Parameters:
Id (string) –
[REQUIRED]
The ID of the distribution.
IfMatch (string) – The value of the
ETag
header that you received when retrieving the distribution that you’re disassociating from the WAF web ACL.
- Return type:
dict
- Returns:
Response Syntax
{ 'Id': 'string', 'ETag': 'string' }
Response Structure
(dict) –
Id (string) –
The ID of the distribution.
ETag (string) –
The current version of the distribution.
Exceptions