GetQuotaApplicationsPlainArgs

data class GetQuotaApplicationsPlainArgs(val dimensions: List<GetQuotaApplicationsDimension>? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val keyWord: String? = null, val outputFile: String? = null, val productCode: String, val quotaActionCode: String? = null, val quotaCategory: String? = null, val status: String? = null) : ConvertibleToJava<GetQuotaApplicationsPlainArgs>

A collection of arguments for invoking getQuotaApplications.

Constructors

Link copied to clipboard
constructor(dimensions: List<GetQuotaApplicationsDimension>? = null, enableDetails: Boolean? = null, ids: List<String>? = null, keyWord: String? = null, outputFile: String? = null, productCode: String, quotaActionCode: String? = null, quotaCategory: String? = null, status: String? = null)

Properties

Link copied to clipboard

The quota dimensions.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

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

A list of Application Info IDs.

Link copied to clipboard
val keyWord: String? = null
Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard

The product code.

Link copied to clipboard
val quotaActionCode: String? = null

The ID of quota action.

Link copied to clipboard
val quotaCategory: String? = null

The quota category. Valid values: CommonQuota, FlowControl, WhiteListLabel.

Link copied to clipboard
val status: String? = null

The status of the quota application. Valid Values: Agree, Disagree and Process.

Functions

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