GetPluginsPlainArgs

data class GetPluginsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val pluginName: String? = null, val pluginType: String? = null, val tags: Map<String, Any>? = null) : ConvertibleToJava<GetPluginsPlainArgs>

A collection of arguments for invoking getPlugins.

Constructors

Link copied to clipboard
fun GetPluginsPlainArgs(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, pluginName: String? = null, pluginType: String? = null, tags: Map<String, Any>? = null)

Functions

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

Properties

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

A list of Plugin IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Plugin 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 pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val pluginName: String? = null

The name of the plug-in that you want to create.

Link copied to clipboard
val pluginType: String? = null

The type of the plug-in.

Link copied to clipboard
val tags: Map<String, Any>? = null

The tag of the resource.