Skip to content

Delete Cluster Security Group

redshift_delete_cluster_security_group R Documentation

Deletes an Amazon Redshift security group

Description

Deletes an Amazon Redshift security group.

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.

Usage

redshift_delete_cluster_security_group(ClusterSecurityGroupName)

Arguments

ClusterSecurityGroupName

[required] The name of the cluster security group to be deleted.

Value

An empty list.

Request syntax

svc$delete_cluster_security_group(
  ClusterSecurityGroupName = "string"
)