memorydb_create_subnet_group: Creates a subnet group

View source: R/memorydb_operations.R

memorydb_create_subnet_groupR Documentation

Creates a subnet group

Description

Creates a subnet group. A subnet group is a collection of subnets (typically private) that you can designate for your clusters running in an Amazon Virtual Private Cloud (VPC) environment. When you create a cluster in an Amazon VPC, you must specify a subnet group. MemoryDB uses that subnet group to choose a subnet and IP addresses within that subnet to associate with your nodes. For more information, see Subnets and subnet groups.

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

Usage

memorydb_create_subnet_group(
  SubnetGroupName,
  Description = NULL,
  SubnetIds,
  Tags = NULL
)

Arguments

SubnetGroupName

[required] The name of the subnet group.

Description

A description for the subnet group.

SubnetIds

[required] A list of VPC subnet IDs for the subnet group.

Tags

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.


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