Get Executions Plain Args
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
Execution whose end time is less than or equal to the specified time.
Link copied to clipboard
The user who execute the template.
Link copied to clipboard
Whether to include sub-execution.
Link copied to clipboard
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
The execution whose start time is greater than or equal to the specified time.
Link copied to clipboard
The execution with start time less than or equal to the specified time.
Link copied to clipboard
The name of execution template.