TunnelQuotaTimerArgs

data class TunnelQuotaTimerArgs(val nickname: Output<String>? = null, val quotaTimers: Output<List<TunnelQuotaTimerQuotaTimerArgs>>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<TunnelQuotaTimerArgs>

Import

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

$ pulumi import alicloud:maxcompute/tunnelQuotaTimer:TunnelQuotaTimer example <id>

Constructors

Link copied to clipboard
constructor(nickname: Output<String>? = null, quotaTimers: Output<List<TunnelQuotaTimerQuotaTimerArgs>>? = null, timeZone: Output<String>? = null)

Properties

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

The nickname of the exclusive Resource Group (Tunnel Quota) for the level - 1 data transmission service.

Link copied to clipboard

Time-Sharing configuration

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

Time zone, reference: Asia/Shanghai In general, the system will automatically generate the time zone according to the region without configuration.

Functions

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