Learn R Programming

paws.database (version 0.1.5)

dax_update_subnet_group: Modifies an existing subnet group

Description

Modifies an existing subnet group.

Usage

dax_update_subnet_group(SubnetGroupName, Description, SubnetIds)

Arguments

SubnetGroupName

[required] The name of the subnet group.

Description

A description of the subnet group.

SubnetIds

A list of subnet IDs in the subnet group.

Request syntax

svc$update_subnet_group(
  SubnetGroupName = "string",
  Description = "string",
  SubnetIds = list(
    "string"
  )
)