Modifies a cluster subnet group to include the specified list of VPC subnets. The operation replaces the existing list of subnets with the new list of subnets.
redshift_modify_cluster_subnet_group(ClusterSubnetGroupName,
Description, SubnetIds)
[required] The name of the subnet group to be modified.
A text description of the subnet group to be modified.
[required] An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
svc$modify_cluster_subnet_group( ClusterSubnetGroupName = "string", Description = "string", SubnetIds = list( "string" ) )