memorydb_update_subnet_group {paws.database} | R Documentation |
Updates a subnet group
Description
Updates a subnet group. For more information, see Updating a subnet group
See https://www.paws-r-sdk.com/docs/memorydb_update_subnet_group/ for full documentation.
Usage
memorydb_update_subnet_group(
SubnetGroupName,
Description = NULL,
SubnetIds = NULL
)
Arguments
SubnetGroupName |
[required] The name of the subnet group |
Description |
A description of the subnet group |
SubnetIds |
The EC2 subnet IDs for the subnet group. |
[Package paws.database version 0.7.0 Index]