interface RedshiftClusterStorageProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_datazone.CfnDataSource.RedshiftClusterStorageProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnDataSource_RedshiftClusterStorageProperty |
Java | software.amazon.awscdk.services.datazone.CfnDataSource.RedshiftClusterStorageProperty |
Python | aws_cdk.aws_datazone.CfnDataSource.RedshiftClusterStorageProperty |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript