Learn R Programming

paws.database (version 0.1.12)

dax_delete_subnet_group: Deletes a subnet group

Description

Deletes a subnet group.

You cannot delete a subnet group if it is associated with any DAX clusters.

Usage

dax_delete_subnet_group(SubnetGroupName)

Value

A list with the following syntax:

list(
  DeletionMessage = "string"
)

Arguments

SubnetGroupName

[required] The name of the subnet group to delete.

Request syntax

svc$delete_subnet_group(
  SubnetGroupName = "string"
)