Creates a new DB security group
Creates a new DB security group. DB security groups control access to a DB instance.
See https://www.paws-r-sdk.com/docs/rds_create_db_security_group/ for full documentation.
rds_create_db_security_group( DBSecurityGroupName, DBSecurityGroupDescription, Tags = NULL )
DBSecurityGroupName
: [required] The name for the DB security group. This value is stored as a lowercase string.
Constraints:
Example: mysecuritygroup
DBSecurityGroupDescription
: [required] The description for the DB security group.
Tags
: Tags to assign to the DB security group.
Useful links