GetApisPlainArgs

data class GetApisPlainArgs(val apiId: String? = null, val groupId: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetApisPlainArgs>

A collection of arguments for invoking getApis.

Constructors

Link copied to clipboard
fun GetApisPlainArgs(apiId: String? = null, groupId: String? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null)

Functions

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

Properties

Link copied to clipboard
val apiId: String? = null

(It has been deprecated from version 1.52.2, and use field 'ids' to replace.) ID of the specified API.

Link copied to clipboard
val groupId: String? = null

ID of the specified group.

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

A list of api IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter api gateway apis by name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).