View source: R/rds_operations.R
rds_create_db_security_group | R Documentation |
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: |
DBSecurityGroupDescription |
[required] The description for the DB security group. |
Tags |
Tags to assign to the DB security group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.