public static interface OracleSettings.Builder extends SdkPojo, CopyableBuilder<OracleSettings.Builder,OracleSettings>
| Modifier and Type | Method and Description |
|---|---|
OracleSettings.Builder |
accessAlternateDirectly(Boolean accessAlternateDirectly)
Set this attribute to
false in order to use the Binary Reader to capture change data for an
Amazon RDS for Oracle as the source. |
OracleSettings.Builder |
additionalArchivedLogDestId(Integer additionalArchivedLogDestId)
Set this attribute with
archivedLogDestId in a primary/ standby setup. |
OracleSettings.Builder |
addSupplementalLogging(Boolean addSupplementalLogging)
Set this attribute to set up table-level supplemental logging for the Oracle database.
|
OracleSettings.Builder |
allowSelectNestedTables(Boolean allowSelectNestedTables)
Set this attribute to
true to enable replication of Oracle tables containing columns that are
nested tables or defined types. |
OracleSettings.Builder |
archivedLogDestId(Integer archivedLogDestId)
Specifies the destination of the archived redo logs.
|
OracleSettings.Builder |
archivedLogsOnly(Boolean archivedLogsOnly)
When this field is set to
Y, AWS DMS only accesses the archived redo logs. |
OracleSettings.Builder |
asmPassword(String asmPassword)
For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password.
|
OracleSettings.Builder |
asmServer(String asmServer)
For an Oracle source endpoint, your ASM server address.
|
OracleSettings.Builder |
asmUser(String asmUser)
For an Oracle source endpoint, your ASM user name.
|
OracleSettings.Builder |
charLengthSemantics(CharLengthSemantics charLengthSemantics)
Specifies whether the length of a character column is in bytes or in characters.
|
OracleSettings.Builder |
charLengthSemantics(String charLengthSemantics)
Specifies whether the length of a character column is in bytes or in characters.
|
OracleSettings.Builder |
databaseName(String databaseName)
Database name for the endpoint.
|
OracleSettings.Builder |
directPathNoLog(Boolean directPathNoLog)
When set to
true, this attribute helps to increase the commit rate on the Oracle target database
by writing directly to tables and not writing a trail to database logs. |
OracleSettings.Builder |
directPathParallelLoad(Boolean directPathParallelLoad)
When set to
true, this attribute specifies a parallel load when
useDirectPathFullLoad is set to Y. |
OracleSettings.Builder |
enableHomogenousTablespace(Boolean enableHomogenousTablespace)
Set this attribute to enable homogenous tablespace replication and create existing tables or indexes under
the same tablespace on the target.
|
OracleSettings.Builder |
failTasksOnLobTruncation(Boolean failTasksOnLobTruncation)
When set to
true, this attribute causes a task to fail if the actual size of an LOB column is
greater than the specified LobMaxSize. |
OracleSettings.Builder |
numberDatatypeScale(Integer numberDatatypeScale)
Specifies the number scale.
|
OracleSettings.Builder |
oraclePathPrefix(String oraclePathPrefix)
Set this string attribute to the required value in order to use the Binary Reader to capture change data for
an Amazon RDS for Oracle as the source.
|
OracleSettings.Builder |
parallelAsmReadThreads(Integer parallelAsmReadThreads)
Set this attribute to change the number of threads that DMS configures to perform a Change Data Capture (CDC)
load using Oracle Automatic Storage Management (ASM).
|
OracleSettings.Builder |
password(String password)
Endpoint connection password.
|
OracleSettings.Builder |
port(Integer port)
Endpoint TCP port.
|
OracleSettings.Builder |
readAheadBlocks(Integer readAheadBlocks)
Set this attribute to change the number of read-ahead blocks that DMS configures to perform a Change Data
Capture (CDC) load using Oracle Automatic Storage Management (ASM).
|
OracleSettings.Builder |
readTableSpaceName(Boolean readTableSpaceName)
When set to
true, this attribute supports tablespace replication. |
OracleSettings.Builder |
replacePathPrefix(Boolean replacePathPrefix)
Set this attribute to true in order to use the Binary Reader to capture change data for an Amazon RDS for
Oracle as the source.
|
OracleSettings.Builder |
retryInterval(Integer retryInterval)
Specifies the number of seconds that the system waits before resending a query.
|
OracleSettings.Builder |
secretsManagerAccessRoleArn(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. |
OracleSettings.Builder |
secretsManagerOracleAsmAccessRoleArn(String secretsManagerOracleAsmAccessRoleArn)
Required only if your Oracle endpoint uses Advanced Storage Manager (ASM).
|
OracleSettings.Builder |
secretsManagerOracleAsmSecretId(String secretsManagerOracleAsmSecretId)
Required only if your Oracle endpoint uses Advanced Storage Manager (ASM).
|
OracleSettings.Builder |
secretsManagerSecretId(String secretsManagerSecretId)
The full ARN, partial ARN, or friendly name of the
SecretsManagerSecret that contains the Oracle
endpoint connection details. |
OracleSettings.Builder |
securityDbEncryption(String securityDbEncryption)
For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWM DMS to access
Oracle redo logs encrypted by TDE using Binary Reader.
|
OracleSettings.Builder |
securityDbEncryptionName(String securityDbEncryptionName)
For an Oracle source endpoint, the name of a key used for the transparent data encryption (TDE) of the
columns and tablespaces in an Oracle source database that is encrypted using TDE.
|
OracleSettings.Builder |
serverName(String serverName)
Fully qualified domain name of the endpoint.
|
OracleSettings.Builder |
spatialDataOptionToGeoJsonFunctionName(String spatialDataOptionToGeoJsonFunctionName)
Use this attribute to convert
SDO_GEOMETRY to GEOJSON format. |
OracleSettings.Builder |
useAlternateFolderForOnline(Boolean useAlternateFolderForOnline)
Set this attribute to
true in order to use the Binary Reader to capture change data for an
Amazon RDS for Oracle as the source. |
OracleSettings.Builder |
usePathPrefix(String usePathPrefix)
Set this string attribute to the required value in order to use the Binary Reader to capture change data for
an Amazon RDS for Oracle as the source.
|
OracleSettings.Builder |
username(String username)
Endpoint connection user name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOracleSettings.Builder addSupplementalLogging(Boolean addSupplementalLogging)
Set this attribute to set up table-level supplemental logging for the Oracle database. This attribute enables PRIMARY KEY supplemental logging on all tables selected for a migration task.
If you use this option, you still need to enable database-level supplemental logging.
addSupplementalLogging - Set this attribute to set up table-level supplemental logging for the Oracle database. This attribute
enables PRIMARY KEY supplemental logging on all tables selected for a migration task.
If you use this option, you still need to enable database-level supplemental logging.
OracleSettings.Builder archivedLogDestId(Integer archivedLogDestId)
Specifies the destination of the archived redo logs. The value should be the same as the DEST_ID number in the v$archived_log table. When working with multiple log destinations (DEST_ID), we recommend that you to specify an archived redo logs location identifier. Doing this improves performance by ensuring that the correct logs are accessed from the outset.
archivedLogDestId - Specifies the destination of the archived redo logs. The value should be the same as the DEST_ID
number in the v$archived_log table. When working with multiple log destinations (DEST_ID), we
recommend that you to specify an archived redo logs location identifier. Doing this improves
performance by ensuring that the correct logs are accessed from the outset.OracleSettings.Builder additionalArchivedLogDestId(Integer additionalArchivedLogDestId)
Set this attribute with archivedLogDestId in a primary/ standby setup. This attribute is useful
in the case of a switchover. In this case, AWS DMS needs to know which destination to get archive redo logs
from to read changes. This need arises because the previous primary instance is now a standby instance after
switchover.
additionalArchivedLogDestId - Set this attribute with archivedLogDestId in a primary/ standby setup. This attribute is
useful in the case of a switchover. In this case, AWS DMS needs to know which destination to get
archive redo logs from to read changes. This need arises because the previous primary instance is now
a standby instance after switchover.OracleSettings.Builder allowSelectNestedTables(Boolean allowSelectNestedTables)
Set this attribute to true to enable replication of Oracle tables containing columns that are
nested tables or defined types.
allowSelectNestedTables - Set this attribute to true to enable replication of Oracle tables containing columns that
are nested tables or defined types.OracleSettings.Builder parallelAsmReadThreads(Integer parallelAsmReadThreads)
Set this attribute to change the number of threads that DMS configures to perform a Change Data Capture (CDC)
load using Oracle Automatic Storage Management (ASM). You can specify an integer value between 2 (the
default) and 8 (the maximum). Use this attribute together with the readAheadBlocks attribute.
parallelAsmReadThreads - Set this attribute to change the number of threads that DMS configures to perform a Change Data
Capture (CDC) load using Oracle Automatic Storage Management (ASM). You can specify an integer value
between 2 (the default) and 8 (the maximum). Use this attribute together with the
readAheadBlocks attribute.OracleSettings.Builder readAheadBlocks(Integer readAheadBlocks)
Set this attribute to change the number of read-ahead blocks that DMS configures to perform a Change Data Capture (CDC) load using Oracle Automatic Storage Management (ASM). You can specify an integer value between 1000 (the default) and 200,000 (the maximum).
readAheadBlocks - Set this attribute to change the number of read-ahead blocks that DMS configures to perform a Change
Data Capture (CDC) load using Oracle Automatic Storage Management (ASM). You can specify an integer
value between 1000 (the default) and 200,000 (the maximum).OracleSettings.Builder accessAlternateDirectly(Boolean accessAlternateDirectly)
Set this attribute to false in order to use the Binary Reader to capture change data for an
Amazon RDS for Oracle as the source. This tells the DMS instance to not access redo logs through any
specified path prefix replacement using direct file access.
accessAlternateDirectly - Set this attribute to false in order to use the Binary Reader to capture change data for
an Amazon RDS for Oracle as the source. This tells the DMS instance to not access redo logs through
any specified path prefix replacement using direct file access.OracleSettings.Builder useAlternateFolderForOnline(Boolean useAlternateFolderForOnline)
Set this attribute to true in order to use the Binary Reader to capture change data for an
Amazon RDS for Oracle as the source. This tells the DMS instance to use any specified prefix replacement to
access all online redo logs.
useAlternateFolderForOnline - Set this attribute to true in order to use the Binary Reader to capture change data for
an Amazon RDS for Oracle as the source. This tells the DMS instance to use any specified prefix
replacement to access all online redo logs.OracleSettings.Builder oraclePathPrefix(String oraclePathPrefix)
Set this string attribute to the required value in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This value specifies the default Oracle root used to access the redo logs.
oraclePathPrefix - Set this string attribute to the required value in order to use the Binary Reader to capture change
data for an Amazon RDS for Oracle as the source. This value specifies the default Oracle root used to
access the redo logs.OracleSettings.Builder usePathPrefix(String usePathPrefix)
Set this string attribute to the required value in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This value specifies the path prefix used to replace the default Oracle root to access the redo logs.
usePathPrefix - Set this string attribute to the required value in order to use the Binary Reader to capture change
data for an Amazon RDS for Oracle as the source. This value specifies the path prefix used to replace
the default Oracle root to access the redo logs.OracleSettings.Builder replacePathPrefix(Boolean replacePathPrefix)
Set this attribute to true in order to use the Binary Reader to capture change data for an Amazon RDS for
Oracle as the source. This setting tells DMS instance to replace the default Oracle root with the specified
usePathPrefix setting to access the redo logs.
replacePathPrefix - Set this attribute to true in order to use the Binary Reader to capture change data for an Amazon RDS
for Oracle as the source. This setting tells DMS instance to replace the default Oracle root with the
specified usePathPrefix setting to access the redo logs.OracleSettings.Builder enableHomogenousTablespace(Boolean enableHomogenousTablespace)
Set this attribute to enable homogenous tablespace replication and create existing tables or indexes under the same tablespace on the target.
enableHomogenousTablespace - Set this attribute to enable homogenous tablespace replication and create existing tables or indexes
under the same tablespace on the target.OracleSettings.Builder directPathNoLog(Boolean directPathNoLog)
When set to true, this attribute helps to increase the commit rate on the Oracle target database
by writing directly to tables and not writing a trail to database logs.
directPathNoLog - When set to true, this attribute helps to increase the commit rate on the Oracle target
database by writing directly to tables and not writing a trail to database logs.OracleSettings.Builder archivedLogsOnly(Boolean archivedLogsOnly)
When this field is set to Y, AWS DMS only accesses the archived redo logs. If the archived redo
logs are stored on Oracle ASM only, the AWS DMS user account needs to be granted ASM privileges.
archivedLogsOnly - When this field is set to Y, AWS DMS only accesses the archived redo logs. If the
archived redo logs are stored on Oracle ASM only, the AWS DMS user account needs to be granted ASM
privileges.OracleSettings.Builder asmPassword(String asmPassword)
For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password. You can set this
value from the asm_user_password value. You set this value as part of the
comma-separated value that you set to the Password request parameter when you create the
endpoint to access transaction logs using Binary Reader. For more information, see Configuration for change data capture (CDC) on an Oracle source database.
asmPassword - For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password. You can set
this value from the asm_user_password value. You set this value as part of the
comma-separated value that you set to the Password request parameter when you create the
endpoint to access transaction logs using Binary Reader. For more information, see Configuration for change data capture (CDC) on an Oracle source database.OracleSettings.Builder asmServer(String asmServer)
For an Oracle source endpoint, your ASM server address. You can set this value from the
asm_server value. You set asm_server as part of the extra connection attribute
string to access an Oracle server with Binary Reader that uses ASM. For more information, see Configuration for change data capture (CDC) on an Oracle source database.
asmServer - For an Oracle source endpoint, your ASM server address. You can set this value from the
asm_server value. You set asm_server as part of the extra connection
attribute string to access an Oracle server with Binary Reader that uses ASM. For more information,
see Configuration for change data capture (CDC) on an Oracle source database.OracleSettings.Builder asmUser(String asmUser)
For an Oracle source endpoint, your ASM user name. You can set this value from the asm_user
value. You set asm_user as part of the extra connection attribute string to access an Oracle
server with Binary Reader that uses ASM. For more information, see Configuration for change data capture (CDC) on an Oracle source database.
asmUser - For an Oracle source endpoint, your ASM user name. You can set this value from the
asm_user value. You set asm_user as part of the extra connection attribute
string to access an Oracle server with Binary Reader that uses ASM. For more information, see Configuration for change data capture (CDC) on an Oracle source database.OracleSettings.Builder charLengthSemantics(String charLengthSemantics)
Specifies whether the length of a character column is in bytes or in characters. To indicate that the
character column length is in characters, set this attribute to CHAR. Otherwise, the character
column length is in bytes.
Example: charLengthSemantics=CHAR;
charLengthSemantics - Specifies whether the length of a character column is in bytes or in characters. To indicate that the
character column length is in characters, set this attribute to CHAR. Otherwise, the
character column length is in bytes.
Example: charLengthSemantics=CHAR;
CharLengthSemantics,
CharLengthSemanticsOracleSettings.Builder charLengthSemantics(CharLengthSemantics charLengthSemantics)
Specifies whether the length of a character column is in bytes or in characters. To indicate that the
character column length is in characters, set this attribute to CHAR. Otherwise, the character
column length is in bytes.
Example: charLengthSemantics=CHAR;
charLengthSemantics - Specifies whether the length of a character column is in bytes or in characters. To indicate that the
character column length is in characters, set this attribute to CHAR. Otherwise, the
character column length is in bytes.
Example: charLengthSemantics=CHAR;
CharLengthSemantics,
CharLengthSemanticsOracleSettings.Builder databaseName(String databaseName)
Database name for the endpoint.
databaseName - Database name for the endpoint.OracleSettings.Builder directPathParallelLoad(Boolean directPathParallelLoad)
When set to true, this attribute specifies a parallel load when
useDirectPathFullLoad is set to Y. This attribute also only applies when you use
the AWS DMS parallel load feature. Note that the target table cannot have any constraints or indexes.
directPathParallelLoad - When set to true, this attribute specifies a parallel load when
useDirectPathFullLoad is set to Y. This attribute also only applies when you
use the AWS DMS parallel load feature. Note that the target table cannot have any constraints or
indexes.OracleSettings.Builder failTasksOnLobTruncation(Boolean failTasksOnLobTruncation)
When set to true, this attribute causes a task to fail if the actual size of an LOB column is
greater than the specified LobMaxSize.
If a task is set to limited LOB mode and this option is set to true, the task fails instead of
truncating the LOB data.
failTasksOnLobTruncation - When set to true, this attribute causes a task to fail if the actual size of an LOB
column is greater than the specified LobMaxSize.
If a task is set to limited LOB mode and this option is set to true, the task fails
instead of truncating the LOB data.
OracleSettings.Builder numberDatatypeScale(Integer numberDatatypeScale)
Specifies the number scale. You can select a scale up to 38, or you can select FLOAT. By default, the NUMBER data type is converted to precision 38, scale 10.
Example: numberDataTypeScale=12
numberDatatypeScale - Specifies the number scale. You can select a scale up to 38, or you can select FLOAT. By default, the
NUMBER data type is converted to precision 38, scale 10.
Example: numberDataTypeScale=12
OracleSettings.Builder password(String password)
Endpoint connection password.
password - Endpoint connection password.OracleSettings.Builder port(Integer port)
Endpoint TCP port.
port - Endpoint TCP port.OracleSettings.Builder readTableSpaceName(Boolean readTableSpaceName)
When set to true, this attribute supports tablespace replication.
readTableSpaceName - When set to true, this attribute supports tablespace replication.OracleSettings.Builder retryInterval(Integer retryInterval)
Specifies the number of seconds that the system waits before resending a query.
Example: retryInterval=6;
retryInterval - Specifies the number of seconds that the system waits before resending a query.
Example: retryInterval=6;
OracleSettings.Builder securityDbEncryption(String securityDbEncryption)
For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWM DMS to access
Oracle redo logs encrypted by TDE using Binary Reader. It is also the TDE_Password part
of the comma-separated value you set to the Password request parameter when you create the
endpoint. The SecurityDbEncryptian setting is related to this
SecurityDbEncryptionName setting. For more information, see
Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database Migration
Service User Guide.
securityDbEncryption - For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWM DMS to
access Oracle redo logs encrypted by TDE using Binary Reader. It is also the
TDE_Password part of the comma-separated value you set to the
Password request parameter when you create the endpoint. The
SecurityDbEncryptian setting is related to this SecurityDbEncryptionName
setting. For more information, see Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database
Migration Service User Guide.OracleSettings.Builder securityDbEncryptionName(String securityDbEncryptionName)
For an Oracle source endpoint, the name of a key used for the transparent data encryption (TDE) of the
columns and tablespaces in an Oracle source database that is encrypted using TDE. The key value is the value
of the SecurityDbEncryption setting. For more information on setting the key name value of
SecurityDbEncryptionName, see the information and example for setting the
securityDbEncryptionName extra connection attribute in
Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database Migration
Service User Guide.
securityDbEncryptionName - For an Oracle source endpoint, the name of a key used for the transparent data encryption (TDE) of the
columns and tablespaces in an Oracle source database that is encrypted using TDE. The key value is the
value of the SecurityDbEncryption setting. For more information on setting the key name
value of SecurityDbEncryptionName, see the information and example for setting the
securityDbEncryptionName extra connection attribute in Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database
Migration Service User Guide.OracleSettings.Builder serverName(String serverName)
Fully qualified domain name of the endpoint.
serverName - Fully qualified domain name of the endpoint.OracleSettings.Builder spatialDataOptionToGeoJsonFunctionName(String spatialDataOptionToGeoJsonFunctionName)
Use this attribute to convert SDO_GEOMETRY to GEOJSON format. By default, DMS calls
the SDO2GEOJSON custom function if present and accessible. Or you can create your own custom
function that mimics the operation of SDOGEOJSON and set
SpatialDataOptionToGeoJsonFunctionName to call it instead.
spatialDataOptionToGeoJsonFunctionName - Use this attribute to convert SDO_GEOMETRY to GEOJSON format. By default,
DMS calls the SDO2GEOJSON custom function if present and accessible. Or you can create
your own custom function that mimics the operation of SDOGEOJSON and set
SpatialDataOptionToGeoJsonFunctionName to call it instead.OracleSettings.Builder username(String username)
Endpoint connection user name.
username - Endpoint connection user name.OracleSettings.Builder secretsManagerAccessRoleArn(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.
SecretsManagerSecret has the value of the AWS Secrets Manager secret that allows access to the
Oracle endpoint.
You can specify one of two sets of values for these permissions. You can specify the values for this setting
and SecretsManagerSecretId. Or you can specify clear-text values for UserName,
Password, ServerName, and Port. You can't specify both. For more
information on creating this SecretsManagerSecret and the
SecretsManagerAccessRoleArn and SecretsManagerSecretId required to access it, see
Using secrets to access AWS Database Migration Service resources in the AWS Database Migration
Service User Guide.
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.
SecretsManagerSecret has the value of the AWS Secrets Manager secret that allows access
to the Oracle endpoint.
You can specify one of two sets of values for these permissions. You can specify the values for this
setting and SecretsManagerSecretId. Or you can specify clear-text values for
UserName, Password, ServerName, and Port. You
can't specify both. For more information on creating this SecretsManagerSecret and the
SecretsManagerAccessRoleArn and SecretsManagerSecretId required to access
it, see Using secrets to access AWS Database Migration Service resources in the AWS Database Migration
Service User Guide.
OracleSettings.Builder secretsManagerSecretId(String secretsManagerSecretId)
The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the Oracle
endpoint connection details.
secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the
Oracle endpoint connection details.OracleSettings.Builder secretsManagerOracleAsmAccessRoleArn(String secretsManagerOracleAsmAccessRoleArn)
Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN of the IAM role that
specifies AWS DMS as the trusted entity and grants the required permissions to access the
SecretsManagerOracleAsmSecret. This SecretsManagerOracleAsmSecret has the secret
value that allows access to the Oracle ASM of the endpoint.
You can specify one of two sets of values for these permissions. You can specify the values for this setting
and SecretsManagerOracleAsmSecretId. Or you can specify clear-text values for
AsmUserName, AsmPassword, and AsmServerName. You can't specify both.
For more information on creating this SecretsManagerOracleAsmSecret and the
SecretsManagerOracleAsmAccessRoleArn and SecretsManagerOracleAsmSecretId required
to access it, see Using secrets to access AWS Database Migration Service resources in the AWS Database Migration
Service User Guide.
secretsManagerOracleAsmAccessRoleArn - Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN of the IAM
role that specifies AWS DMS as the trusted entity and grants the required permissions to access the
SecretsManagerOracleAsmSecret. This SecretsManagerOracleAsmSecret has the
secret value that allows access to the Oracle ASM of the endpoint.
You can specify one of two sets of values for these permissions. You can specify the values for this
setting and SecretsManagerOracleAsmSecretId. Or you can specify clear-text values for
AsmUserName, AsmPassword, and AsmServerName. You can't specify
both. For more information on creating this SecretsManagerOracleAsmSecret and the
SecretsManagerOracleAsmAccessRoleArn and SecretsManagerOracleAsmSecretId
required to access it, see Using secrets to access AWS Database Migration Service resources in the AWS Database Migration
Service User Guide.
OracleSettings.Builder secretsManagerOracleAsmSecretId(String secretsManagerOracleAsmSecretId)
Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN, partial ARN, or
friendly name of the SecretsManagerOracleAsmSecret that contains the Oracle ASM connection
details for the Oracle endpoint.
secretsManagerOracleAsmSecretId - Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN, partial ARN,
or friendly name of the SecretsManagerOracleAsmSecret that contains the Oracle ASM
connection details for the Oracle endpoint.Copyright © 2021. All rights reserved.