Revoke DB Security Group Ingress

GET {{aws_rds_base_url}}/?CIDRIP&DBSecurityGroupName&EC2SecurityGroupId&EC2SecurityGroupName&EC2SecurityGroupOwnerId&Action=RevokeDBSecurityGroupIngress&Version=2014-10-31

Request Params

KeyDatatypeRequiredDescription
CIDRIPnullThe IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId can't be provided.
DBSecurityGroupNamenullThe name of the DB security group to revoke ingress from.
EC2SecurityGroupIdnullThe 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.
EC2SecurityGroupNamenullThe 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.
EC2SecurityGroupOwnerIdnullThe AWS account number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The AWS access key ID isn't an acceptable value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.
Actionstring
Versionstring