interface ClusterSecurityGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Redshift.ClusterSecurityGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsredshift#ClusterSecurityGroupReference |
![]() | software.amazon.awscdk.services.redshift.ClusterSecurityGroupReference |
![]() | aws_cdk.aws_redshift.ClusterSecurityGroupReference |
![]() | aws-cdk-lib » aws_redshift » ClusterSecurityGroupReference |
A reference to a ClusterSecurityGroup resource.
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 clusterSecurityGroupReference: redshift.ClusterSecurityGroupReference = {
clusterSecurityGroupId: 'clusterSecurityGroupId',
};
Properties
Name | Type | Description |
---|---|---|
cluster | string | The Id of the ClusterSecurityGroup resource. |
clusterSecurityGroupId
Type:
string
The Id of the ClusterSecurityGroup resource.