amazonka-redshift-0.0.1: Amazon Redshift SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Redshift.CreateClusterSecurityGroup

Contents

Description

Creates a new Amazon Redshift security group. You use security groups to control access to non-VPC clusters. For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.

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

Synopsis

Request

Request constructor

Request lenses

ccsg1ClusterSecurityGroupName :: Lens' CreateClusterSecurityGroup Text Source

The name for the security group. Amazon Redshift stores the value as a lowercase string. Constraints: Must contain no more than 255 alphanumeric characters or hyphens. Must not be Default. Must be unique for all security groups that are created by your AWS account. Example: examplesecuritygroup.

ccsg1Description :: Lens' CreateClusterSecurityGroup Text Source

A description for the security group.

ccsg1Tags :: Lens' CreateClusterSecurityGroup [Tag] Source

A list of tag instances.

Response

Response constructor

Response lenses