Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-redshiftclusterstorage.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-redshiftclusterstorage.html#cfn-datazone-datasource-redshiftclusterstorage-clustername

Back to top Generated by DocFX