Creates a new DB security group. DB security groups control access to a DB instance.
See https://paws-r.github.io/docs/rds/create_db_security_group.html for full documentation.
rds_create_db_security_group(
DBSecurityGroupName,
DBSecurityGroupDescription,
Tags = NULL
)[required] The name for the DB security group. This value is stored as a lowercase string.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Must not be "Default"
Example: mysecuritygroup
[required] The description for the DB security group.
Tags to assign to the DB security group.