@Stability(value=Stable)
public static interface CfnEndpoint.MongoDbSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
MongoDbSettingsProperty mongoDbSettingsProperty = MongoDbSettingsProperty.builder()
.authMechanism("authMechanism")
.authSource("authSource")
.authType("authType")
.databaseName("databaseName")
.docsToInvestigate("docsToInvestigate")
.extractDocId("extractDocId")
.nestingLevel("nestingLevel")
.password("password")
.port(123)
.secretsManagerAccessRoleArn("secretsManagerAccessRoleArn")
.secretsManagerSecretId("secretsManagerSecretId")
.serverName("serverName")
.username("username")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpoint.MongoDbSettingsProperty.Builder
A builder for
CfnEndpoint.MongoDbSettingsProperty |
static class |
CfnEndpoint.MongoDbSettingsProperty.Jsii$Proxy
An implementation for
CfnEndpoint.MongoDbSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpoint.MongoDbSettingsProperty.Builder |
builder() |
default String |
getAuthMechanism()
Not currently supported by AWS CloudFormation .
|
default String |
getAuthSource()
Not currently supported by AWS CloudFormation .
|
default String |
getAuthType()
Not currently supported by AWS CloudFormation .
|
default String |
getDatabaseName()
Not currently supported by AWS CloudFormation .
|
default String |
getDocsToInvestigate()
Not currently supported by AWS CloudFormation .
|
default String |
getExtractDocId()
Not currently supported by AWS CloudFormation .
|
default String |
getNestingLevel()
Not currently supported by AWS CloudFormation .
|
default String |
getPassword()
Not currently supported by AWS CloudFormation .
|
default Number |
getPort()
Not currently supported by AWS CloudFormation .
|
default String |
getSecretsManagerAccessRoleArn()
Not currently supported by AWS CloudFormation .
|
default String |
getSecretsManagerSecretId()
Not currently supported by AWS CloudFormation .
|
default String |
getServerName()
Not currently supported by AWS CloudFormation .
|
default String |
getUsername()
Not currently supported by AWS CloudFormation .
|
@Stability(value=Stable) @Nullable default String getAuthMechanism()
@Stability(value=Stable) @Nullable default String getAuthSource()
@Stability(value=Stable) @Nullable default String getAuthType()
@Stability(value=Stable) @Nullable default String getDatabaseName()
@Stability(value=Stable) @Nullable default String getDocsToInvestigate()
@Stability(value=Stable) @Nullable default String getExtractDocId()
@Stability(value=Stable) @Nullable default String getNestingLevel()
@Stability(value=Stable) @Nullable default String getPassword()
@Stability(value=Stable) @Nullable default Number getPort()
@Stability(value=Stable) @Nullable default String getSecretsManagerAccessRoleArn()
@Stability(value=Stable) @Nullable default String getSecretsManagerSecretId()
@Stability(value=Stable) @Nullable default String getServerName()
@Stability(value=Stable) @Nullable default String getUsername()
@Stability(value=Stable) static CfnEndpoint.MongoDbSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.