Class CfnConnection.RedshiftStoragePropertiesProperty
The Amazon Redshift storage properties.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnection.RedshiftStoragePropertiesProperty : CfnConnection.IRedshiftStoragePropertiesProperty
Syntax (vb)
Public Class CfnConnection.RedshiftStoragePropertiesProperty Implements CfnConnection.IRedshiftStoragePropertiesProperty
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 redshiftStoragePropertiesProperty = new RedshiftStoragePropertiesProperty {
ClusterName = "clusterName",
WorkgroupName = "workgroupName"
};
Synopsis
Constructors
| RedshiftStoragePropertiesProperty() | The Amazon Redshift storage properties. |
Properties
| ClusterName | The cluster name in the Amazon Redshift storage properties. |
| WorkgroupName | The workgroup name in the Amazon Redshift storage properties. |
Constructors
RedshiftStoragePropertiesProperty()
The Amazon Redshift storage properties.
public RedshiftStoragePropertiesProperty()
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 redshiftStoragePropertiesProperty = new RedshiftStoragePropertiesProperty {
ClusterName = "clusterName",
WorkgroupName = "workgroupName"
};
Properties
ClusterName
The cluster name in the Amazon Redshift storage properties.
public string? ClusterName { get; set; }
Property Value
Remarks
WorkgroupName
The workgroup name in the Amazon Redshift storage properties.
public string? WorkgroupName { get; set; }