Delete Subnet Group
dax_delete_subnet_group | R Documentation |
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)
Arguments¶
SubnetGroupName |
[required] The name of the subnet group to delete. |
Value¶
A list with the following syntax:
list(
DeletionMessage = "string"
)
Request syntax¶
svc$delete_subnet_group(
SubnetGroupName = "string"
)