Interface CfnDataProviderPropsMixin.RedshiftSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataProviderPropsMixin.RedshiftSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnDataProviderPropsMixin
@Stability(Stable)
public static interface CfnDataProviderPropsMixin.RedshiftSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Provides information that defines an Amazon Redshift endpoint.
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.dms.*;
RedshiftSettingsProperty redshiftSettingsProperty = RedshiftSettingsProperty.builder()
.databaseName("databaseName")
.port(123)
.serverName("serverName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataProviderPropsMixin.RedshiftSettingsPropertystatic final classAn implementation forCfnDataProviderPropsMixin.RedshiftSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDatabaseName
The name of the Amazon Redshift data warehouse (service) that you are working with.- See Also:
-
getPort
The port number for Amazon Redshift.The default value is 5439.
- See Also:
-
getServerName
The name of the Amazon Redshift cluster you are using.- See Also:
-
builder
-