GetHistoryDeliveryJobsPlainArgs

data class GetHistoryDeliveryJobsPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val outputFile: String? = null, val status: Int? = null) : ConvertibleToJava<GetHistoryDeliveryJobsPlainArgs>

A collection of arguments for invoking getHistoryDeliveryJobs.

Constructors

Link copied to clipboard
constructor(enableDetails: Boolean? = null, ids: List<String>? = null, outputFile: String? = null, status: Int? = null)

Properties

Link copied to clipboard
val enableDetails: Boolean? = null
Link copied to clipboard
val ids: List<String>? = null

A list of History Delivery Job IDs.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val status: Int? = null

The status of the task. Valid values: 0, 1, 2, 3. 0: The task is initializing. 1: The task is delivering historical events. 2: The delivery of historical events is complete. 3: The task fails.

Functions

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