Get Ecs Invocations Plain Args
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
Properties
Link copied to clipboard
The encoding mode of the CommandContent and Output response parameters. Valid values: PlainText
, Base64
.
Link copied to clipboard
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
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard