rds_modify_db_subnet_group: Modifies an existing DB subnet group

View source: R/rds_operations.R

rds_modify_db_subnet_groupR Documentation

Modifies an existing DB subnet group

Description

Modifies an existing 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_modify_db_subnet_group/ for full documentation.

Usage

rds_modify_db_subnet_group(
  DBSubnetGroupName,
  DBSubnetGroupDescription = NULL,
  SubnetIds
)

Arguments

DBSubnetGroupName

[required] The name for the DB subnet group. This value is stored as a lowercase string. You can't modify the default subnet group.

Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

Example: mydbsubnetgroup

DBSubnetGroupDescription

The description for the DB subnet group.

SubnetIds

[required] The EC2 subnet IDs for the DB subnet group.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.