AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Redshift::ClusterSecurityGroup

CfnClusterSecurityGroup

Specifies a new Amazon Redshift security group. You use security groups to control access to non-VPC clusters. For information about managing security groups, go to [Amazon Redshift Cluster Security Groups](https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html) in the *Amazon Redshift Cluster Management Guide* .

Import

import { CfnClusterSecurityGroup } from 'aws-cdk-lib/aws-redshift';

Or use the module namespace:

import * as redshift from 'aws-cdk-lib/aws-redshift';
// redshift.CfnClusterSecurityGroup

Properties

Configuration passed to the constructor as CfnClusterSecurityGroupProps.

descriptionRequired
string

A description for the security group.

tagsOptional
CfnTag[]

Specifies an arbitrary set of tags (key–value pairs) to associate with this security group. Use tags to manage your resources.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter