TransferJobLoggingConfig

data class TransferJobLoggingConfig(val enableOnPremGcsTransferLogs: Boolean? = null, val logActionStates: List<String>? = null, val logActions: List<String>? = null)

Constructors

Link copied to clipboard
constructor(enableOnPremGcsTransferLogs: Boolean? = null, logActionStates: List<String>? = null, logActions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

For transfers with a PosixFilesystem source, this option enables the Cloud Storage transfer logs for this transfer.

Link copied to clipboard
val logActions: List<String>? = null

Specifies the actions to be logged. Not supported for transfers with PosifxFilesystem data sources; use enable_on_prem_gcs_transfer_logs instead.

Link copied to clipboard

States in which logActions are logged. Not supported for transfers with PosifxFilesystem data sources; use enable_on_prem_gcs_transfer_logs instead.