Learn R Programming

paws.database (version 0.1.12)

redshift_delete_cluster_security_group: 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)

Value

An empty list.

Arguments

ClusterSecurityGroupName

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

Request syntax

svc$delete_cluster_security_group(
  ClusterSecurityGroupName = "string"
)