Quota Schedule Args
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>
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(nickname: Output<String>? = null, scheduleLists: Output<List<QuotaScheduleScheduleListArgs>>? = null, timezone: Output<String>? = null)