GetExecutionsPlainArgs

data class GetExecutionsPlainArgs(val category: String? = null, val endDate: String? = null, val endDateAfter: String? = null, val executedBy: String? = null, val ids: List<String>? = null, val includeChildExecution: Boolean? = null, val mode: String? = null, val outputFile: String? = null, val parentExecutionId: String? = null, val ramRole: String? = null, val sortField: String? = null, val sortOrder: String? = null, val startDateAfter: String? = null, val startDateBefore: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val templateName: String? = null) : ConvertibleToJava<GetExecutionsPlainArgs>

A collection of arguments for invoking getExecutions.

Constructors

Link copied to clipboard
constructor(category: String? = null, endDate: String? = null, endDateAfter: String? = null, executedBy: String? = null, ids: List<String>? = null, includeChildExecution: Boolean? = null, mode: String? = null, outputFile: String? = null, parentExecutionId: String? = null, ramRole: String? = null, sortField: String? = null, sortOrder: String? = null, startDateAfter: String? = null, startDateBefore: String? = null, status: String? = null, tags: Map<String, String>? = null, templateName: String? = null)

Properties

Link copied to clipboard
val category: String? = null

The category of template. Valid: AlarmTrigger, EventTrigger, Other and TimerTrigger.

Link copied to clipboard
val endDate: String? = null

The time when the execution was ended.

Link copied to clipboard
val endDateAfter: String? = null

Execution whose end time is less than or equal to the specified time.

Link copied to clipboard
val executedBy: String? = null

The user who execute the template.

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

A list of OOS Execution ids.

Link copied to clipboard

Whether to include sub-execution.

Link copied to clipboard
val mode: String? = null

The mode of OOS Execution. Valid: Automatic, Debug.

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard

The id of parent OOS Execution.

Link copied to clipboard
val ramRole: String? = null

The role that executes the current template.

Link copied to clipboard
val sortField: String? = null

The sort field.

Link copied to clipboard
val sortOrder: String? = null

The sort order.

Link copied to clipboard
val startDateAfter: String? = null

The execution whose start time is greater than or equal to the specified time.

Link copied to clipboard
val startDateBefore: String? = null

The execution with start time less than or equal to the specified time.

Link copied to clipboard
val status: String? = null

The Status of OOS Execution. Valid: Cancelled, Failed, Queued, Running, Started, Success, Waiting.

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags to assign to the resource.

Link copied to clipboard
val templateName: String? = null

The name of execution template.

Functions

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