AWS SDK for .NET Documentation
DeleteClusterSecurityGroupRequest Class
AmazonAmazon.Redshift.ModelDeleteClusterSecurityGroupRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DeleteClusterSecurityGroup operation. Deletes an Amazon Redshift security group.
Note:
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 toAmazon Redshift Cluster Security Groups in the Amazon Redshift Management Guide.

Declaration Syntax
C#
public class DeleteClusterSecurityGroupRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteClusterSecurityGroupRequest()()()()
Initializes a new instance of the DeleteClusterSecurityGroupRequest class

ClusterSecurityGroupName
Gets and sets the property ClusterSecurityGroupName.

The name of the cluster security group to be deleted.


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

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteClusterSecurityGroupRequest

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