interface RedshiftStoragePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins.CfnConnectionPropsMixin.RedshiftStoragePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatazone/mixins#CfnConnectionPropsMixin_RedshiftStoragePropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnConnectionPropsMixin.RedshiftStoragePropertiesProperty |
Python | aws_cdk.mixins_preview.aws_datazone.mixins.CfnConnectionPropsMixin.RedshiftStoragePropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datazone » mixins » CfnConnectionPropsMixin » RedshiftStoragePropertiesProperty |
The Amazon Redshift storage properties.
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 redshiftStoragePropertiesProperty: datazone_mixins.CfnConnectionPropsMixin.RedshiftStoragePropertiesProperty = {
clusterName: 'clusterName',
workgroupName: 'workgroupName',
};
Properties
| Name | Type | Description |
|---|---|---|
| cluster | string | The cluster name in the Amazon Redshift storage properties. |
| workgroup | string | The workgroup name in the Amazon Redshift storage properties. |
clusterName?
Type:
string
(optional)
The cluster name in the Amazon Redshift storage properties.
workgroupName?
Type:
string
(optional)
The workgroup name in the Amazon Redshift storage properties.

.NET
Go
Java
Python
TypeScript