dax_create_subnet_group: Creates a new subnet group

View source: R/dax_operations.R

dax_create_subnet_groupR Documentation

Creates a new subnet group

Description

Creates a new subnet group.

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

Usage

dax_create_subnet_group(SubnetGroupName, Description = NULL, SubnetIds)

Arguments

SubnetGroupName

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

Description

A description for the subnet group

SubnetIds

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


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