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, String>? = null) : ConvertibleToJava<GetPluginsPlainArgs>

A collection of arguments for invoking getPlugins.

Constructors

Link copied to clipboard
constructor(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, String>? = null)

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. It can contain uppercase English letters, lowercase English letters, Chinese characters, numbers, and underscores (). It must be 4 to 50 characters in length and cannot start with an underscore ().

Link copied to clipboard
val pluginType: String? = null

The type of the plug-in. Valid values: backendSignature, caching, cors, ipControl, jwtAuth, trafficControl.

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

A mapping of tags to assign to the resource.

Functions

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