View source: R/redshift_operations.R
redshift_modify_cluster_subnet_group | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/redshift_modify_cluster_subnet_group/ for full documentation.
redshift_modify_cluster_subnet_group(
ClusterSubnetGroupName,
Description = NULL,
SubnetIds
)
ClusterSubnetGroupName |
[required] The name of the subnet group to be modified. |
Description |
A text description of the subnet group to be modified. |
SubnetIds |
[required] An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.