AmazonRdsForSqlServerSourceArgs

data class AmazonRdsForSqlServerSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val isolationLevel: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val partitionOption: Output<Any>? = null, val partitionSettings: Output<SqlPartitionSettingsArgs>? = null, val produceAdditionalTypes: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val sqlReaderQuery: Output<Any>? = null, val sqlReaderStoredProcedureName: Output<Any>? = null, val storedProcedureParameters: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AmazonRdsForSqlServerSourceArgs>

A copy activity Amazon RDS for SQL Server source.

Constructors

Link copied to clipboard
constructor(additionalColumns: Output<Any>? = null, disableMetricsCollection: Output<Any>? = null, isolationLevel: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, partitionOption: Output<Any>? = null, partitionSettings: Output<SqlPartitionSettingsArgs>? = null, produceAdditionalTypes: Output<Any>? = null, queryTimeout: Output<Any>? = null, sourceRetryCount: Output<Any>? = null, sourceRetryWait: Output<Any>? = null, sqlReaderQuery: Output<Any>? = null, sqlReaderStoredProcedureName: Output<Any>? = null, storedProcedureParameters: Output<Any>? = null, type: Output<String>)

Properties

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

Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).

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

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

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

Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).

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

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

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

The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".

Link copied to clipboard

The settings that will be leveraged for Sql source partitioning.

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

Which additional types to produce.

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

Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

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

Source retry count. Type: integer (or Expression with resultType integer).

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

Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

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

SQL reader query. Type: string (or Expression with resultType string).

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

Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).

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

Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".

Link copied to clipboard
val type: Output<String>

Copy source type. Expected value is 'AmazonRdsForSqlServerSource'.

Functions

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