rds_create_db_security_group function

Creates a new DB security group

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 )

Arguments

  • DBSecurityGroupName: [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

  • DBSecurityGroupDescription: [required] The description for the DB security group.

  • Tags: Tags to assign to the DB security group.