QuotaScheduleArgs

data class QuotaScheduleArgs(val nickname: Output<String>? = null, val scheduleLists: Output<List<QuotaScheduleScheduleListArgs>>? = null, val timezone: Output<String>? = null) : ConvertibleToJava<QuotaScheduleArgs>

Import

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

$ pulumi import alicloud:maxcompute/quotaSchedule:QuotaSchedule example <nickname>:<timezone>

Constructors

Link copied to clipboard
constructor(nickname: Output<String>? = null, scheduleLists: Output<List<QuotaScheduleScheduleListArgs>>? = null, timezone: Output<String>? = null)

Properties

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

The nickname of level-1 compute quota.

Link copied to clipboard

schedule list See schedule_list below.

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

Time zone, reference value: UTC +8

Functions

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