GetCommandsPlainArgs

data class GetCommandsPlainArgs(val commandProvider: String? = null, val contentEncoding: String? = null, val description: String? = null, val ids: List<String>? = null, val name: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val type: String? = null) : ConvertibleToJava<GetCommandsPlainArgs>

A collection of arguments for invoking getCommands.

Constructors

Link copied to clipboard
constructor(commandProvider: String? = null, contentEncoding: String? = null, description: String? = null, ids: List<String>? = null, name: String? = null, nameRegex: String? = null, outputFile: String? = null, type: String? = null)

Properties

Link copied to clipboard
val commandProvider: String? = null

Public order provider.

Link copied to clipboard
val contentEncoding: String? = null

The Base64-encoded content of the command.

Link copied to clipboard
val description: String? = null

The description of command.

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

A list of Command IDs.

Link copied to clipboard
val name: String? = null

The name of the command.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Command name.

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 type: String? = null

The command type. Valid Values: RunBatScript, RunPowerShellScript and RunShellScript.

Functions

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