rds_create_db_security_group {paws.database} | R Documentation |
Creates a new DB security group
Description
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.
Usage
rds_create_db_security_group(
DBSecurityGroupName,
DBSecurityGroupDescription,
Tags = NULL
)
Arguments
DBSecurityGroupName |
[required] The name for the DB security group. This value is stored as a lowercase string. Constraints:
Example: |
DBSecurityGroupDescription |
[required] The description for the DB security group. |
Tags |
Tags to assign to the DB security group. |
[Package paws.database version 0.6.0 Index]