View source: R/redshift_operations.R
redshift_create_cluster_security_group | R Documentation |
Creates a new Amazon Redshift security group. You use security groups to control access to non-VPC clusters.
See https://www.paws-r-sdk.com/docs/redshift_create_cluster_security_group/ for full documentation.
redshift_create_cluster_security_group(
ClusterSecurityGroupName,
Description,
Tags = NULL
)
ClusterSecurityGroupName |
[required] The name for the security group. Amazon Redshift stores the value as a lowercase string. Constraints:
Example: |
Description |
[required] A description for the security group. |
Tags |
A list of tag instances. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.