AmazonRdsForOracleLinkedServiceArgs

data class AmazonRdsForOracleLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, AmazonRdsForOracleAuthenticationType>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val cryptoChecksumClient: Output<Any>? = null, val cryptoChecksumTypesClient: Output<Any>? = null, val description: Output<String>? = null, val enableBulkLoad: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val encryptionClient: Output<Any>? = null, val encryptionTypesClient: Output<Any>? = null, val fetchSize: Output<Any>? = null, val fetchTswtzAsTimestamp: Output<Any>? = null, val initialLobFetchSize: Output<Any>? = null, val initializationString: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val server: Output<Any>? = null, val statementCacheSize: Output<Any>? = null, val supportV1DataTypes: Output<Any>? = null, val type: Output<String>, val username: Output<Any>? = null, val version: Output<String>? = null) : ConvertibleToJava<AmazonRdsForOracleLinkedServiceArgs>

AmazonRdsForOracle database. This linked service has supported version property. The Version 1.0 is scheduled for deprecation while your pipeline will continue to run after EOL but without any bug fix or new features.

Constructors

Link copied to clipboard
constructor(annotations: Output<List<Any>>? = null, authenticationType: Output<Either<String, AmazonRdsForOracleAuthenticationType>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, connectionString: Output<Any>? = null, cryptoChecksumClient: Output<Any>? = null, cryptoChecksumTypesClient: Output<Any>? = null, description: Output<String>? = null, enableBulkLoad: Output<Any>? = null, encryptedCredential: Output<String>? = null, encryptionClient: Output<Any>? = null, encryptionTypesClient: Output<Any>? = null, fetchSize: Output<Any>? = null, fetchTswtzAsTimestamp: Output<Any>? = null, initialLobFetchSize: Output<Any>? = null, initializationString: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, server: Output<Any>? = null, statementCacheSize: Output<Any>? = null, supportV1DataTypes: Output<Any>? = null, type: Output<String>, username: Output<Any>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val annotations: Output<List<Any>>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard

Authentication type for connecting to the AmazonRdsForOracle database. Only used for Version 2.0.

Link copied to clipboard
val connectionString: Output<Any>? = null

The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Only used for Version 1.0.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val cryptoChecksumClient: Output<Any>? = null

Specifies the desired data integrity behavior when this client connects to a server. Supported values are accepted, rejected, requested or required, default value is required. Type: string. Only used for Version 2.0.

Link copied to clipboard
val cryptoChecksumTypesClient: Output<Any>? = null

Specifies the crypto-checksum algorithms that client can use. Supported values are SHA1, SHA256, SHA384, SHA512, default value is (SHA512). Type: string. Only used for Version 2.0.

Link copied to clipboard
val description: Output<String>? = null

Linked service description.

Link copied to clipboard
val enableBulkLoad: Output<Any>? = null

Specifies whether to use bulk copy or batch insert when loading data into the database, default value is true. Type: boolean. Only used for Version 2.0.

Link copied to clipboard
val encryptedCredential: Output<String>? = null

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard
val encryptionClient: Output<Any>? = null

Specifies the encryption client behavior. Supported values are accepted, rejected, requested or required, default value is required. Type: string. Only used for Version 2.0.

Link copied to clipboard
val encryptionTypesClient: Output<Any>? = null

Specifies the encryption algorithms that client can use. Supported values are AES128, AES192, AES256, 3DES112, 3DES168, default value is (AES256). Type: string. Only used for Version 2.0.

Link copied to clipboard
val fetchSize: Output<Any>? = null

Specifies the number of bytes that the driver allocates to fetch the data in one database round-trip, default value is 10485760. Type: integer. Only used for Version 2.0.

Link copied to clipboard
val fetchTswtzAsTimestamp: Output<Any>? = null

Specifies whether the driver returns column value with the TIMESTAMP WITH TIME ZONE data type as DateTime or string. This setting is ignored if supportV1DataTypes is not true, default value is true. Type: boolean. Only used for Version 2.0.

Link copied to clipboard
val initializationString: Output<Any>? = null

Specifies a command that is issued immediately after connecting to the database to manage session settings. Type: string. Only used for Version 2.0.

Link copied to clipboard
val initialLobFetchSize: Output<Any>? = null

Specifies the amount that the source initially fetches for LOB columns, default value is 0. Type: integer. Only used for Version 2.0.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

The Azure key vault secret reference of password in connection string.

Link copied to clipboard
val server: Output<Any>? = null

The location of AmazonRdsForOracle database you want to connect to, the supported forms include connector descriptor, Easy Connect (Plus) Naming and Oracle Net Services Name (Only self-hosted IR). Type: string. Only used for Version 2.0.

Link copied to clipboard
val statementCacheSize: Output<Any>? = null

Specifies the number of cursors or statements to be cached for each database connection, default value is 0. Type: integer. Only used for Version 2.0.

Link copied to clipboard
val supportV1DataTypes: Output<Any>? = null

Specifies whether to use the Version 1.0 data type mappings. Do not set this to true unless you want to keep backward compatibility with Version 1.0's data type mappings, default value is false. Type: boolean. Only used for Version 2.0.

Link copied to clipboard
val type: Output<String>

Type of linked service. Expected value is 'AmazonRdsForOracle'.

Link copied to clipboard
val username: Output<Any>? = null

The AmazonRdsForOracle database username. Type: string. Only used for Version 2.0.

Link copied to clipboard
val version: Output<String>? = null

Version of the linked service.

Functions

Link copied to clipboard
open override fun toJava(): AmazonRdsForOracleLinkedServiceArgs