QuotaApplicationDimensionArgs

data class QuotaApplicationDimensionArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<QuotaApplicationDimensionArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>? = null, value: Output<String>? = null)

Properties

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

The key of the dimension. You must configure dimensions.N.key and dimensions.N.value at the same time. The value range of N varies based on the number of dimensions that are supported by the related Alibaba Cloud service. You can call the ListProductQuotaDimensions operation to query the dimensions that are supported by an Alibaba Cloud service. The number of elements in the returned array is N.

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

The value of the dimension. You must configure dimensions.N.key and dimensions.N.value at the same time. The value range of N varies based on the number of dimensions that are supported by the related Alibaba Cloud service. You can call the ListProductQuotaDimensions operation to query the dimensions that are supported by an Alibaba Cloud service. The number of elements in the returned array is N.

Functions

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