Container for the parameters to the RevokeDBSecurityGroupIngress operation.
Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC Security Groups. Required parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId).

C# |
public class RevokeDBSecurityGroupIngressRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | RevokeDBSecurityGroupIngressRequest()()()() | Initializes a new instance of the RevokeDBSecurityGroupIngressRequest class |
![]() | CIDRIP |
The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName,
EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.
|
![]() | DBSecurityGroupName |
The name of the DB security group to revoke ingress from.
|
![]() | EC2SecurityGroupId |
The id of the EC2 security group to revoke access from. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise,
EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.
|
![]() | EC2SecurityGroupName |
The name of the EC2 security group to revoke access from. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise,
EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.
|
![]() | EC2SecurityGroupOwnerId |
The AWS Account Number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The AWS Access Key ID
is not an acceptable value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and
either EC2SecurityGroupName or EC2SecurityGroupId must be provided.
|
![]() | 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.) |
![]() | WithCIDRIP(String) | Obsolete.
Sets the CIDRIP property
|
![]() | WithDBSecurityGroupName(String) | Obsolete.
Sets the DBSecurityGroupName property
|
![]() | WithEC2SecurityGroupId(String) | Obsolete.
Sets the EC2SecurityGroupId property
|
![]() | WithEC2SecurityGroupName(String) | Obsolete.
Sets the EC2SecurityGroupName property
|
![]() | WithEC2SecurityGroupOwnerId(String) | Obsolete.
Sets the EC2SecurityGroupOwnerId property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | RevokeDBSecurityGroupIngressRequest |