| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.clone() |
MicrosoftSQLServerSettings |
Endpoint.getMicrosoftSQLServerSettings()
The settings for the Microsoft SQL Server source and target endpoint.
|
MicrosoftSQLServerSettings |
ModifyEndpointRequest.getMicrosoftSQLServerSettings()
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
MicrosoftSQLServerSettings |
CreateEndpointRequest.getMicrosoftSQLServerSettings()
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withBcpPacketSize(Integer bcpPacketSize)
The maximum size of the packets (in bytes) used to transfer data using BCP.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withControlTablesFileGroup(String controlTablesFileGroup)
Specifies a file group for the DMS internal tables.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withDatabaseName(String databaseName)
Database name for the endpoint.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withForceLobLookup(Boolean forceLobLookup)
Forces LOB lookup on inline LOB.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withPassword(String password)
Endpoint connection password.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withPort(Integer port)
Endpoint TCP port.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withQuerySingleAlwaysOnNode(Boolean querySingleAlwaysOnNode)
Cleans and recreates table metadata information on the replication instance when a mismatch occurs.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withReadBackupOnly(Boolean readBackupOnly)
When this attribute is set to
Y, DMS only reads changes from transaction log backups and doesn't
read from the active transaction log file during ongoing replication. |
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withSafeguardPolicy(SafeguardPolicy safeguardPolicy)
Use this attribute to minimize the need to access the backup log and enable DMS to prevent truncation using one
of the following two methods.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withSafeguardPolicy(String safeguardPolicy)
Use this attribute to minimize the need to access the backup log and enable DMS to prevent truncation using one
of the following two methods.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withSecretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the
required permissions to access the value in
SecretsManagerSecret. |
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withSecretsManagerSecretId(String secretsManagerSecretId)
The full ARN, partial ARN, or friendly name of the
SecretsManagerSecret that contains the SQL Server
endpoint connection details. |
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withServerName(String serverName)
Fully qualified domain name of the endpoint.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withTlogAccessMode(String tlogAccessMode)
Indicates the mode used to fetch CDC data.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withTlogAccessMode(TlogAccessMode tlogAccessMode)
Indicates the mode used to fetch CDC data.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withTrimSpaceInChar(Boolean trimSpaceInChar)
Use the
TrimSpaceInChar source endpoint setting to right-trim data on CHAR and NCHAR data types
during migration. |
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withUseBcpFullLoad(Boolean useBcpFullLoad)
Use this to attribute to transfer data for full-load operations using BCP.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withUsername(String username)
Endpoint connection user name.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withUseThirdPartyBackupDevice(Boolean useThirdPartyBackupDevice)
When this attribute is set to
Y, DMS processes third-party transaction log backups if they are
created in native format. |
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
The settings for the Microsoft SQL Server source and target endpoint.
|
void |
ModifyEndpointRequest.setMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
void |
CreateEndpointRequest.setMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
Endpoint |
Endpoint.withMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
The settings for the Microsoft SQL Server source and target endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
Copyright © 2024. All rights reserved.