amazonka-redshift-0.0.4: Amazon Redshift SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Redshift.DeleteClusterSecurityGroup

Contents

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 AmazonRedshift Cluster Management Guide.

http://docs.aws.amazon.com/redshift/latest/APIReference/API_DeleteClusterSecurityGroup.html

Synopsis

Request

Request constructor

Request lenses

dcsg1ClusterSecurityGroupName :: Lens' DeleteClusterSecurityGroup Text Source

The name of the cluster security group to be deleted.

Response

Response constructor