View source: R/redshift_operations.R
redshift_create_cluster_subnet_group | R Documentation |
Creates a new Amazon Redshift subnet group. You must provide a list of one or more subnets in your existing Amazon Virtual Private Cloud (Amazon VPC) when creating Amazon Redshift subnet group.
See https://www.paws-r-sdk.com/docs/redshift_create_cluster_subnet_group/ for full documentation.
redshift_create_cluster_subnet_group(
ClusterSubnetGroupName,
Description,
SubnetIds,
Tags = NULL
)
ClusterSubnetGroupName |
[required] The name for the subnet group. Amazon Redshift stores the value as a lowercase string. Constraints:
Example: |
Description |
[required] A description for the subnet group. |
SubnetIds |
[required] An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request. |
Tags |
A list of tag instances. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.