docdb_create_db_subnet_group: Creates a new subnet group

View source: R/docdb_operations.R

docdb_create_db_subnet_groupR Documentation

Creates a new subnet group

Description

Creates a new subnet group. subnet groups must contain at least one subnet in at least two Availability Zones in the Amazon Web Services Region.

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

Usage

docdb_create_db_subnet_group(
  DBSubnetGroupName,
  DBSubnetGroupDescription,
  SubnetIds,
  Tags = NULL
)

Arguments

DBSubnetGroupName

[required] The name for the subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens. Must not be default.

Example: mySubnetgroup

DBSubnetGroupDescription

[required] The description for the subnet group.

SubnetIds

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

Tags

The tags to be assigned to the subnet group.


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