SSISLog Location Args
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
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
The type of SSIS log location.