| 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 |
CreateEndpointRequest.getMicrosoftSQLServerSettings()
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
MicrosoftSQLServerSettings |
ModifyEndpointRequest.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 AWS DMS internal tables.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withDatabaseName(String databaseName)
Database name for the endpoint.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withPassword(String password)
Endpoint connection password.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withPort(Integer port)
Endpoint TCP port.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withReadBackupOnly(Boolean readBackupOnly)
When this attribute is set to
Y, AWS 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 AWS 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 AWS 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 AWS 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
The settings for the Microsoft SQL Server source and target endpoint.
|
void |
CreateEndpointRequest.setMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
void |
ModifyEndpointRequest.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.
|
CreateEndpointRequest |
CreateEndpointRequest.withMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
Copyright © 2021. All rights reserved.