Interface CfnDataSource.RedshiftClusterStorageProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSource.RedshiftClusterStorageProperty.Jsii$Proxy
Enclosing class:
CfnDataSource

@Stability(Stable) public static interface CfnDataSource.RedshiftClusterStorageProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.datazone.*;
 RedshiftClusterStorageProperty redshiftClusterStorageProperty = RedshiftClusterStorageProperty.builder()
         .clusterName("clusterName")
         .build();
 

See Also: