AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Revokes an ingress rule in an Amazon Redshift security group for a previously authorized IP range or Amazon EC2 security group. To add an ingress rule, see AuthorizeClusterSecurityGroupIngress. For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.

Namespace: Amazon.Redshift
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual RevokeClusterSecurityGroupIngressResponse RevokeClusterSecurityGroupIngress(
         RevokeClusterSecurityGroupIngressRequest request
)

Parameters

request
Type: Amazon.Redshift.Model.RevokeClusterSecurityGroupIngressRequest

Container for the necessary parameters to execute the RevokeClusterSecurityGroupIngress service method.

Return Value
Type: Amazon.Redshift.Model.RevokeClusterSecurityGroupIngressResponse
The response from the RevokeClusterSecurityGroupIngress service method, as returned by Redshift.

Exceptions

ExceptionCondition
AuthorizationNotFoundException The specified CIDR IP range or EC2 security group is not authorized for the specified cluster security group.
ClusterSecurityGroupNotFoundException The cluster security group name does not refer to an existing cluster security group.
InvalidClusterSecurityGroupStateException The state of the cluster security group is not available.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5