GetStudioApplicationsPlainArgs

data class GetStudioApplicationsPlainArgs(val ids: List<String>? = null, val keyword: String? = null, val maxResults: Int? = null, val nameRegex: String? = null, val orderType: Int? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val status: String? = null) : ConvertibleToJava<GetStudioApplicationsPlainArgs>

A collection of arguments for invoking getStudioApplications.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, keyword: String? = null, maxResults: Int? = null, nameRegex: String? = null, orderType: Int? = null, outputFile: String? = null, resourceGroupId: String? = null, status: String? = null)

Properties

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

A list of Application IDs.

Link copied to clipboard
val keyword: String? = null

The keyword of the Application.

Link copied to clipboard
val maxResults: Int? = null
Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Application name.

Link copied to clipboard
val orderType: Int? = null

The order type of the Application. Valid values:

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

The ID of the resource group.

Link copied to clipboard
val status: String? = null

The status of the Application. Valid values: success, release.

Functions

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