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 toAmazon Redshift Cluster Security Groups in the Amazon Redshift Management Guide.

C# |
public CreateClusterSecurityGroupResponse CreateClusterSecurityGroup( CreateClusterSecurityGroupRequest request )

- request (CreateClusterSecurityGroupRequest)
- Container for the necessary parameters to execute the CreateClusterSecurityGroup service method.

The response from the CreateClusterSecurityGroup service method, as returned by Redshift.

Exception | Condition |
---|---|
ClusterSecurityGroupAlreadyExistsException |
A cluster security group with the same name already exists.
|
ClusterSecurityGroupQuotaExceededException |
The request would result in the user exceeding the allowed number of cluster
security groups. For information about increasing your quota, go to Limits
in Amazon Redshift in the Amazon Redshift Management Guide.
|