TransferJobLoggingConfigArgs

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

Constructors

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

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: Output<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
val logActionStates: Output<List<String>>? = null

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

Functions

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