Interface CfnDataSource.IRedshiftClusterStorageProperty
The details of the Amazon Redshift cluster storage.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataSource.IRedshiftClusterStorageProperty
Syntax (vb)
Public Interface CfnDataSource.IRedshiftClusterStorageProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataZone;
var redshiftClusterStorageProperty = new RedshiftClusterStorageProperty {
ClusterName = "clusterName"
};
Synopsis
Properties
| ClusterName | The name of an Amazon Redshift cluster. |
Properties
ClusterName
The name of an Amazon Redshift cluster.
string ClusterName { get; }