SSISLogLocation Class

SSIS package execution log location.

All required parameters must be populated in order to send to Azure.

Inheritance
SSISLogLocation

Constructor

SSISLogLocation(*, log_path: Any, type: Union[str, _models.SsisLogLocationType], access_credential: Optional[_models.SSISAccessCredential] = None, log_refresh_interval: Optional[Any] = None, **kwargs)

Variables

log_path
any

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

type
str or SsisLogLocationType

Required. The type of SSIS log location. Known values are: "File".

access_credential
SSISAccessCredential

The package execution log access credential.

log_refresh_interval
any

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