Redshift / Client / delete_cluster_security_group

delete_cluster_security_group#

Redshift.Client.delete_cluster_security_group(**kwargs)#

Deletes an Amazon Redshift security group.

Note

You cannot delete a security group that is associated with any clusters. You cannot delete the default security group.

For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.

See also: AWS API Documentation

Request Syntax

response = client.delete_cluster_security_group(
    ClusterSecurityGroupName='string'
)
Parameters:

ClusterSecurityGroupName (string) –

[REQUIRED]

The name of the cluster security group to be deleted.

Returns:

None

Exceptions