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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSource.RedshiftClusterStoragePropertystatic final classAn implementation forCfnDataSource.RedshiftClusterStorageProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterName
The name of an Amazon Redshift cluster.- See Also:
-
builder
-