SSISLogLocationArgs

data class SSISLogLocationArgs(val accessCredential: Output<SSISAccessCredentialArgs>? = null, val logPath: Output<Any>, val logRefreshInterval: Output<Any>? = null, val type: Output<Either<String, SsisLogLocationType>>) : ConvertibleToJava<SSISLogLocationArgs>

SSIS package execution log location

Constructors

Link copied to clipboard
constructor(accessCredential: Output<SSISAccessCredentialArgs>? = null, logPath: Output<Any>, logRefreshInterval: Output<Any>? = null, type: Output<Either<String, SsisLogLocationType>>)

Properties

Link copied to clipboard

The package execution log access credential.

Link copied to clipboard
val logPath: Output<Any>

The SSIS package execution log path. Type: string (or Expression with resultType string).

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

Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

Link copied to clipboard
val type: Output<Either<String, SsisLogLocationType>>

The type of SSIS log location.

Functions

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