docdb_delete_db_subnet_group: Deletes a subnet group

View source: R/docdb_operations.R

docdb_delete_db_subnet_groupR Documentation

Deletes a subnet group

Description

Deletes a subnet group.

See https://www.paws-r-sdk.com/docs/docdb_delete_db_subnet_group/ for full documentation.

Usage

docdb_delete_db_subnet_group(DBSubnetGroupName)

Arguments

DBSubnetGroupName

[required] The name of the database subnet group to delete.

You can't delete the default subnet group.

Constraints:

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

Example: mySubnetgroup


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