amazonka-redshift-1.3.1: Amazon Redshift SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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 Amazon Redshift Cluster Management Guide.

See: AWS API Reference for DeleteClusterSecurityGroup.

Synopsis

Creating a Request

deleteClusterSecurityGroup Source

Creates a value of DeleteClusterSecurityGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dClusterSecurityGroupName :: Lens' DeleteClusterSecurityGroup Text Source

The name of the cluster security group to be deleted.

Destructuring the Response

deleteClusterSecurityGroupResponse :: DeleteClusterSecurityGroupResponse Source

Creates a value of DeleteClusterSecurityGroupResponse with the minimum fields required to make a request.