Get Plugins Plain Args
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
Properties
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Link copied to clipboard
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
The type of the plug-in. Valid values: backendSignature
, caching
, cors
, ipControl
, jwtAuth
, trafficControl
.