JobStepOutputTargetArgs

data class JobStepOutputTargetArgs(val jobCredentialId: Output<String>, val mssqlDatabaseId: Output<String>, val schemaName: Output<String>? = null, val tableName: Output<String>) : ConvertibleToJava<JobStepOutputTargetArgs>

Constructors

Link copied to clipboard
constructor(jobCredentialId: Output<String>, mssqlDatabaseId: Output<String>, schemaName: Output<String>? = null, tableName: Output<String>)

Properties

Link copied to clipboard
val jobCredentialId: Output<String>

The ID of the Elastic Job Credential to use when connecting to the output destination.

Link copied to clipboard
val mssqlDatabaseId: Output<String>

The ID of the output database.

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

The name of the output schema. Defaults to dbo.

Link copied to clipboard
val tableName: Output<String>

The name of the output table.

Functions

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