Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_cluster_security_group

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

  • Redshift.Client.exceptions.InvalidClusterSecurityGroupStateFault
  • Redshift.Client.exceptions.ClusterSecurityGroupNotFoundFault