Container for the parameters to the CreateClusterSecurityGroup operation.
            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.
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateClusterSecurityGroupRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateClusterSecurityGroupRequest()()()() | Initializes a new instance of the CreateClusterSecurityGroupRequest class | 
|  | ClusterSecurityGroupName | 
            Gets and sets the property ClusterSecurityGroupName. 
             The name for the security group. Amazon Redshift stores the value as a lowercase string. Constraints: 
 
            Example:  | 
|  | Description | 
            Gets and sets the property Description. 
             A description for the security group. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithClusterSecurityGroupName(String) | Obsolete. 
            Sets the ClusterSecurityGroupName property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | CreateClusterSecurityGroupRequest | |
 Copy
Copy