
revoke-db-security-group-ingress
********************************


DESCRIPTION
===========

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, --ec2-security-group-id for VPC, or
(EC2SecurityGroupOwnerId and either --ec2-security-group-name or
EC2SecurityGroupId).


SYNOPSIS
========

   aws rds revoke-db-security-group-ingress
     --db-security-group-name <value>
     [--ec2-security-group-name <value>]
     [--ec2-security-group-owner-id <value>]
     [--cidrip <value>]
     [--ec2-security-group-id <value>]


REQUIRED PARAMETERS
===================

"--db-security-group-name"  (string)
   The name of the DB Security Group to revoke ingress from.


OPTIONAL PARAMETERS
===================

"--ec2-security-group-name"  (string)
   The name of the EC2 Security Group to revoke access from. For VPC
   DB Security Groups, "--ec2-security-group-id" must be provided.
   Otherwise, --ec2-security-group-owner-id and either "--ec2
   -security-group-name" or "--ec2-security-group-id" must be
   provided.

"--ec2-security-group-owner-id"  (string)
   The AWS Account Number of the owner of the EC2 security group
   specified in the "--ec2-security-group-name" parameter. The AWS
   Access Key ID is not an acceptable value. For VPC DB Security
   Groups, "--ec2-security-group-id" must be provided. Otherwise,
   --ec2-security-group-owner-id and either "--ec2-security-group-
   name" or "--ec2-security-group-id" must be provided.

"--cidrip"  (string)
   The IP range to revoke access from. Must be a valid CIDR range. If
   "--cidrip" is specified, "--ec2-security-group-name" , "--ec2
   -security-group-id" and "--ec2-security-group-owner-id" cannot be
   provided.

"--ec2-security-group-id"  (string)
   The id of the EC2 Security Group to revoke access from. For VPC DB
   Security Groups, "--ec2-security-group-id" must be provided.
   Otherwise, --ec2-security-group-owner-id and either "--ec2
   -security-group-name" or "--ec2-security-group-id" must be
   provided.
