rds_create_db_subnet_group {paws.database} | R Documentation |
Creates a new DB subnet group
Description
Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Web Services Region.
See https://www.paws-r-sdk.com/docs/rds_create_db_subnet_group/ for full documentation.
Usage
rds_create_db_subnet_group(
DBSubnetGroupName,
DBSubnetGroupDescription,
SubnetIds,
Tags = NULL
)
Arguments
DBSubnetGroupName |
[required] The name for the DB subnet group. This value is stored as a lowercase string. Constraints:
Example: |
DBSubnetGroupDescription |
[required] The description for the DB subnet group. |
SubnetIds |
[required] The EC2 Subnet IDs for the DB subnet group. |
Tags |
Tags to assign to the DB subnet group. |
[Package paws.database version 0.9.0 Index]