interface RedshiftClusterStorageProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins.CfnDataSourcePropsMixin.RedshiftClusterStorageProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatazone/mixins#CfnDataSourcePropsMixin_RedshiftClusterStorageProperty |
Java | software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnDataSourcePropsMixin.RedshiftClusterStorageProperty |
Python | aws_cdk.mixins_preview.aws_datazone.mixins.CfnDataSourcePropsMixin.RedshiftClusterStorageProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datazone » mixins » CfnDataSourcePropsMixin » 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 { mixins as datazone_mixins } from '@aws-cdk/mixins-preview/aws-datazone';
const redshiftClusterStorageProperty: datazone_mixins.CfnDataSourcePropsMixin.RedshiftClusterStorageProperty = {
clusterName: 'clusterName',
};
Properties
| Name | Type | Description |
|---|---|---|
| cluster | string | The name of an Amazon Redshift cluster. |
clusterName?
Type:
string
(optional)
The name of an Amazon Redshift cluster.

.NET
Go
Java
Python
TypeScript