Interface CfnConnectionPropsMixin.RedshiftStoragePropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectionPropsMixin.RedshiftStoragePropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnConnectionPropsMixin
@Stability(Stable)
public static interface CfnConnectionPropsMixin.RedshiftStoragePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.datazone.*;
RedshiftStoragePropertiesProperty redshiftStoragePropertiesProperty = RedshiftStoragePropertiesProperty.builder()
.clusterName("clusterName")
.workgroupName("workgroupName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConnectionPropsMixin.RedshiftStoragePropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterName
The cluster name in the Amazon Redshift storage properties.- See Also:
-
getWorkgroupName
The workgroup name in the Amazon Redshift storage properties.- See Also:
-
builder
@Stability(Stable) static CfnConnectionPropsMixin.RedshiftStoragePropertiesProperty.Builder builder()
-