@Generated(value="software.amazon.awssdk:codegen") public final class OracleDataProviderSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OracleDataProviderSettings.Builder,OracleDataProviderSettings>
Provides information that defines an Oracle data provider.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OracleDataProviderSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
asmServer()
The address of your Oracle Automatic Storage Management (ASM) server.
|
static OracleDataProviderSettings.Builder |
builder() |
String |
certificateArn()
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
String |
databaseName()
The database name on the Oracle data provider.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
port()
The port value for the Oracle data provider.
|
List<SdkField<?>> |
sdkFields() |
String |
secretsManagerOracleAsmAccessRoleArn()
The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the Oracle ASM
connection details.
|
String |
secretsManagerOracleAsmSecretId()
The identifier of the secret in Secrets Manager that contains the Oracle ASM connection details.
|
String |
secretsManagerSecurityDbEncryptionAccessRoleArn()
The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the TDE password.
|
String |
secretsManagerSecurityDbEncryptionSecretId()
The identifier of the secret in Secrets Manager that contains the transparent data encryption (TDE) password.
|
static Class<? extends OracleDataProviderSettings.Builder> |
serializableBuilderClass() |
String |
serverName()
The name of the Oracle server.
|
DmsSslModeValue |
sslMode()
The SSL mode used to connect to the Oracle data provider.
|
String |
sslModeAsString()
The SSL mode used to connect to the Oracle data provider.
|
OracleDataProviderSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serverName()
The name of the Oracle server.
public final Integer port()
The port value for the Oracle data provider.
public final String databaseName()
The database name on the Oracle data provider.
public final DmsSslModeValue sslMode()
The SSL mode used to connect to the Oracle data provider. The default value is none.
If the service returns an enum value that is not available in the current SDK version, sslMode will
return DmsSslModeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sslModeAsString().
none.DmsSslModeValuepublic final String sslModeAsString()
The SSL mode used to connect to the Oracle data provider. The default value is none.
If the service returns an enum value that is not available in the current SDK version, sslMode will
return DmsSslModeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sslModeAsString().
none.DmsSslModeValuepublic final String certificateArn()
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
public final String asmServer()
The address of your Oracle Automatic Storage Management (ASM) server. 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.
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.public final String secretsManagerOracleAsmSecretId()
The identifier of the secret in Secrets Manager that contains the Oracle ASM connection details.
Required only if your data provider uses the Oracle ASM server.
Required only if your data provider uses the Oracle ASM server.
public final String secretsManagerOracleAsmAccessRoleArn()
The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the Oracle ASM connection details.
public final String secretsManagerSecurityDbEncryptionSecretId()
The identifier of the secret in Secrets Manager that contains the transparent data encryption (TDE) password. DMS requires this password to access Oracle redo logs encrypted by TDE using Binary Reader.
public final String secretsManagerSecurityDbEncryptionAccessRoleArn()
The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the TDE password.
public OracleDataProviderSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OracleDataProviderSettings.Builder,OracleDataProviderSettings>public static OracleDataProviderSettings.Builder builder()
public static Class<? extends OracleDataProviderSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.