redshift_create_cluster_security_group: Creates a new Amazon Redshift security group

View source: R/redshift_operations.R

redshift_create_cluster_security_groupR Documentation

Creates a new Amazon Redshift security group

Description

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.

Usage

redshift_create_cluster_security_group(
  ClusterSecurityGroupName,
  Description,
  Tags = NULL
)

Arguments

ClusterSecurityGroupName

[required] The name for the security group. Amazon Redshift stores the value as a lowercase string.

Constraints:

  • Must contain no more than 255 alphanumeric characters or hyphens.

  • Must not be "Default".

  • Must be unique for all security groups that are created by your Amazon Web Services account.

Example: examplesecuritygroup

Description

[required] A description for the security group.

Tags

A list of tag instances.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.