AWS SDK for .NET Documentation
RevokeClusterSecurityGroupIngressRequest Class
AmazonAmazon.Redshift.ModelRevokeClusterSecurityGroupIngressRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the RevokeClusterSecurityGroupIngress operation. 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 toAmazon Redshift Cluster Security Groups in the Amazon Redshift Management Guide.
Declaration Syntax
C#
public class RevokeClusterSecurityGroupIngressRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

CIDRIP
Gets and sets the property CIDRIP.

The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If

CopyC#
CIDRIP
is specified,
CopyC#
EC2SecurityGroupName
and
CopyC#
EC2SecurityGroupOwnerId
cannot be provided.


ClusterSecurityGroupName
Gets and sets the property ClusterSecurityGroupName.

The name of the security Group from which to revoke the ingress rule.


EC2SecurityGroupName
Gets and sets the property EC2SecurityGroupName.

The name of the EC2 Security Group whose access is to be revoked. If

CopyC#
EC2SecurityGroupName
is specified,
CopyC#
EC2SecurityGroupOwnerId
must also be provided and
CopyC#
CIDRIP
cannot be provided.


EC2SecurityGroupOwnerId
Gets and sets the property EC2SecurityGroupOwnerId.

The AWS account number of the owner of the security group specified in the

CopyC#
EC2SecurityGroupName
parameter. The AWS access key ID is not an acceptable value. If
CopyC#
EC2SecurityGroupOwnerId
is specified,
CopyC#
EC2SecurityGroupName
must also be provided. and
CopyC#
CIDRIP
cannot be provided.

Example:

CopyC#
111122223333


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.)
WithCIDRIP(String) Obsolete.
Sets the CIDRIP property

WithClusterSecurityGroupName(String) Obsolete.
Sets the ClusterSecurityGroupName property

WithEC2SecurityGroupName(String) Obsolete.
Sets the EC2SecurityGroupName property

WithEC2SecurityGroupOwnerId(String) Obsolete.
Sets the EC2SecurityGroupOwnerId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 RevokeClusterSecurityGroupIngressRequest

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