QuotaArgs

data class QuotaArgs(val commodityCode: Output<String>? = null, val commodityData: Output<String>? = null, val partNickName: Output<String>? = null, val paymentType: Output<String>? = null, val subQuotaInfoLists: Output<List<QuotaSubQuotaInfoListArgs>>? = null) : ConvertibleToJava<QuotaArgs>

Import

Max Compute Quota can be imported using the id, e.g.

$ pulumi import alicloud:maxcompute/quota:Quota example <id>

Constructors

Link copied to clipboard
constructor(commodityCode: Output<String>? = null, commodityData: Output<String>? = null, partNickName: Output<String>? = null, paymentType: Output<String>? = null, subQuotaInfoLists: Output<List<QuotaSubQuotaInfoListArgs>>? = null)

Properties

Link copied to clipboard
val commodityCode: Output<String>? = null

Valid values: odps_intl/odpsplus_intl/odps/odpsplus

Link copied to clipboard
val commodityData: Output<String>? = null

Define quota rules when creating quotas, for example:{"CU":50,"ord_time":"1:Month","autoRenew":false}. CU (minimum quota resource size is 50) ord_time 1:Month/Year (1 means quantity: Month/Year is the unit) autoRenew (whether to enable automatic renewal) If PaymentType is PayAsYouGo, you do not need to fill in

Link copied to clipboard
val partNickName: Output<String>? = null

Quota partial nickname, supports English letters and numbers, up to 24 characters

Link copied to clipboard
val paymentType: Output<String>? = null

Payment type. Valid values: Subscription/PayAsYouGo

Link copied to clipboard

Secondary Quota list

Functions

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