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
fun GetEcsInvocationsPlainArgs(commandId: String? = null, contentEncoding: String? = null, ids: List<String>? = null, invokeStatus: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null)

Functions

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

Properties

Link copied to clipboard
val commandId: String? = null

The 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. Note: We recommend that you ignore this parameter and check the value of the invocation_status response parameter for the overall execution state.

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