CloudFront / Client / disassociate_distribution_tenant_web_acl

disassociate_distribution_tenant_web_acl

CloudFront.Client.disassociate_distribution_tenant_web_acl(**kwargs)

Disassociates a distribution tenant from the WAF web ACL.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_distribution_tenant_web_acl(
    Id='string',
    IfMatch='string'
)
Parameters:
  • Id (string) –

    [REQUIRED]

    The ID of the distribution tenant.

  • IfMatch (string) – 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 GetDistributionTenant API operation.

Return type:

dict

Returns:

Response Syntax

{
    'Id': 'string',
    'ETag': 'string'
}

Response Structure

  • (dict) –

    • Id (string) –

      The ID of the distribution tenant.

    • ETag (string) –

      The current version of the distribution tenant.

Exceptions