Update Subnet Group
dax_update_subnet_group | R Documentation |
Modifies an existing subnet group¶
Description¶
Modifies an existing subnet group.
Usage¶
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.
Value¶
A list with the following syntax:
list(
SubnetGroup = list(
SubnetGroupName = "string",
Description = "string",
VpcId = "string",
Subnets = list(
list(
SubnetIdentifier = "string",
SubnetAvailabilityZone = "string"
)
)
)
)