aws-cdk-lib.aws_redshift.CfnClusterSecurityGroupProps

interface CfnClusterSecurityGroupProps

LanguageType name
.NETAmazon.CDK.AWS.Redshift.CfnClusterSecurityGroupProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsredshift#CfnClusterSecurityGroupProps
Javasoftware.amazon.awscdk.services.redshift.CfnClusterSecurityGroupProps
Pythonaws_cdk.aws_redshift.CfnClusterSecurityGroupProps
TypeScript aws-cdk-lib » aws_redshift » CfnClusterSecurityGroupProps

Properties for defining a CfnClusterSecurityGroup.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_redshift as redshift } from 'aws-cdk-lib';
const cfnClusterSecurityGroupProps: redshift.CfnClusterSecurityGroupProps = {
  description: 'description',

  // the properties below are optional
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
descriptionstringA description for the security group.
tags?CfnTag[]Specifies an arbitrary set of tags (key–value pairs) to associate with this security group.

description

Type: string

A description for the security group.


tags?

Type: CfnTag[] (optional)

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

Use tags to manage your resources.