Interface CfnDataProvider.RedshiftSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataProvider.RedshiftSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnDataProvider
@Stability(Stable)
public static interface CfnDataProvider.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.services.dms.*; RedshiftSettingsProperty redshiftSettingsProperty = RedshiftSettingsProperty.builder() .databaseName("databaseName") .port(123) .serverName("serverName") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataProvider.RedshiftSettingsProperty
static final class
An implementation forCfnDataProvider.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
-