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