Kafka / Client / delete_cluster_policy

delete_cluster_policy#

Kafka.Client.delete_cluster_policy(**kwargs)#

Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.

See also: AWS API Documentation

Request Syntax

response = client.delete_cluster_policy(
    ClusterArn='string'
)
Parameters:

ClusterArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the cluster.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    Successful response.

Exceptions

  • Kafka.Client.exceptions.NotFoundException

  • Kafka.Client.exceptions.BadRequestException

  • Kafka.Client.exceptions.InternalServerErrorException

  • Kafka.Client.exceptions.ForbiddenException