AWS::Redshift::ClusterSecurityGroupSpecifies 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 { CfnClusterSecurityGroup } from 'aws-cdk-lib/aws-redshift';Or use the module namespace:
import * as redshift from 'aws-cdk-lib/aws-redshift';
// redshift.CfnClusterSecurityGroupConfiguration passed to the constructor as CfnClusterSecurityGroupProps.
descriptionRequiredstringA description for the security group.
tagsOptionalCfnTag[]Specifies an arbitrary set of tags (key–value pairs) to associate with this security group. Use tags to manage your resources.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-redshiftAWS::Redshift::ClusterSecurityGroup