Logging Config Args
data class LoggingConfigArgs(val enableOnpremGcsTransferLogs: Output<Boolean>? = null, val logActionStates: Output<List<LoggingConfigLogActionStatesItem>>? = null, val logActions: Output<List<LoggingConfigLogActionsItem>>? = null) : ConvertibleToJava<LoggingConfigArgs>
Specifies the logging behavior for transfer operations. For cloud-to-cloud transfers, logs are sent to Cloud Logging. See Read transfer logs for details. For transfers to or from a POSIX file system, logs are stored in the Cloud Storage bucket that is the source or sink of the transfer. See Managing Transfer for on-premises jobs (https://cloud.google.com/storage-transfer/docs/managing-on-prem-jobs#viewing-logs) for details.
Constructors
Link copied to clipboard
fun LoggingConfigArgs(enableOnpremGcsTransferLogs: Output<Boolean>? = null, logActionStates: Output<List<LoggingConfigLogActionStatesItem>>? = null, logActions: Output<List<LoggingConfigLogActionsItem>>? = null)