Interface CfnDataProviderPropsMixin.DocDbSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataProviderPropsMixin.DocDbSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnDataProviderPropsMixin
@Stability(Stable)
public static interface CfnDataProviderPropsMixin.DocDbSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Provides information that defines a DocumentDB 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.*;
DocDbSettingsProperty docDbSettingsProperty = DocDbSettingsProperty.builder()
.certificateArn("certificateArn")
.databaseName("databaseName")
.port(123)
.serverName("serverName")
.sslMode("sslMode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataProviderPropsMixin.DocDbSettingsPropertystatic final classAn implementation forCfnDataProviderPropsMixin.DocDbSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateArn
- See Also:
-
getDatabaseName
The database name on the DocumentDB source endpoint.- See Also:
-
getPort
The port value for the DocumentDB source endpoint.- See Also:
-
getServerName
The name of the server on the DocumentDB source endpoint.- See Also:
-
getSslMode
- See Also:
-
builder
-