Quota

class Quota : KotlinCustomResource

Import

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

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

Properties

Link copied to clipboard
val commodityCode: Output<String>

Valid values: odps_intl/odpsplus_intl/odps/odpsplus

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

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 id: Output<String>
Link copied to clipboard
val partNickName: Output<String>?

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

Link copied to clipboard
val paymentType: Output<String>

Payment type. Valid values: Subscription/PayAsYouGo

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Secondary Quota list

Link copied to clipboard
val urn: Output<String>