AWS SDK for .NET Documentation
CreateClusterSecurityGroupRequest Class
AmazonAmazon.Redshift.ModelCreateClusterSecurityGroupRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class CreateClusterSecurityGroupRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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:

  • 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:

CopyC#
examplesecuritygroup


Description
Gets and sets the property Description.

A description for the security group.


Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
AmazonWebServiceRequest
 CreateClusterSecurityGroupRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)