Get Quota Applications Plain Args
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.
Properties
Link copied to clipboard
The quota dimensions.
Link copied to clipboard
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The product code.
Link copied to clipboard
The ID of quota action.
Link copied to clipboard
The quota category. Valid values: CommonQuota
, FlowControl
, WhiteListLabel
.