GetEcsInvocationsPlainArgs

data class GetEcsInvocationsPlainArgs(val commandId: String? = null, val contentEncoding: String? = null, val ids: List<String>? = null, val invokeStatus: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetEcsInvocationsPlainArgs>

A collection of arguments for invoking getEcsInvocations.

Constructors

Link copied to clipboard
constructor(commandId: String? = null, contentEncoding: String? = null, ids: List<String>? = null, invokeStatus: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null)

Properties

Link copied to clipboard
val commandId: String? = null

The execution ID of the command.

Link copied to clipboard
val contentEncoding: String? = null

The encoding mode of the CommandContent and Output response parameters. Valid values: PlainText, Base64.

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

A list of Invocation IDs.

Link copied to clipboard
val invokeStatus: String? = null

The overall execution state of the command. The value of this parameter depends on the execution states on all the involved instances. Valid values: Running, Finished, Failed, PartialFailed, Stopped.

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 pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null

Functions

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