Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class ApplicationInfoArgs(val auditMode: Output<String>? = null, val desireValue: Output<Double>? = null, val dimensions: Output<List<ApplicationInfoDimensionArgs>>? = null, val noticeType: Output<Int>? = null, val productCode: Output<String>? = null, val quotaActionCode: Output<String>? = null, val quotaCategory: Output<String>? = null, val reason: Output<String>? = null) : ConvertibleToJava<ApplicationInfoArgs>
Link copied to clipboard

Provides a Quotas Quota Alarm resource. For information about Quotas Quota Alarm and how to use it, see What is Quota Alarm.

Link copied to clipboard
data class QuotaAlarmArgs(val productCode: Output<String>? = null, val quotaActionCode: Output<String>? = null, val quotaAlarmName: Output<String>? = null, val quotaDimensions: Output<List<QuotaAlarmQuotaDimensionArgs>>? = null, val threshold: Output<Double>? = null, val thresholdPercent: Output<Double>? = null, val webHook: Output<String>? = null) : ConvertibleToJava<QuotaAlarmArgs>

Provides a Quotas Quota Alarm resource. For information about Quotas Quota Alarm and how to use it, see What is Quota Alarm.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Provides a Quotas Quota Application resource. For information about Quotas Quota Application and how to use it, see What is Quota Application.

Link copied to clipboard
data class QuotaApplicationArgs(val auditMode: Output<String>? = null, val desireValue: Output<Double>? = null, val dimensions: Output<List<QuotaApplicationDimensionArgs>>? = null, val noticeType: Output<Int>? = null, val productCode: Output<String>? = null, val quotaActionCode: Output<String>? = null, val quotaCategory: Output<String>? = null, val reason: Output<String>? = null) : ConvertibleToJava<QuotaApplicationArgs>

Provides a Quotas Quota Application resource. For information about Quotas Quota Application and how to use it, see What is Quota Application.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun quotaAlarmResource(name: String, block: suspend QuotaAlarmResourceBuilder.() -> Unit): QuotaAlarm
Link copied to clipboard