interface RedshiftClusterStorageProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnDataSource.RedshiftClusterStorageProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnDataSource_RedshiftClusterStorageProperty |
![]() | software.amazon.awscdk.services.datazone.CfnDataSource.RedshiftClusterStorageProperty |
![]() | aws_cdk.aws_datazone.CfnDataSource.RedshiftClusterStorageProperty |
![]() | aws-cdk-lib » aws_datazone » CfnDataSource » RedshiftClusterStorageProperty |
The details of the Amazon Redshift cluster storage.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const redshiftClusterStorageProperty: datazone.CfnDataSource.RedshiftClusterStorageProperty = {
clusterName: 'clusterName',
};
Properties
Name | Type | Description |
---|---|---|
cluster | string | The name of an Amazon Redshift cluster. |
clusterName
Type:
string
The name of an Amazon Redshift cluster.