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
Builder for ApplicationInfoArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ApplicationInfo.
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
class QuotaAlarmArgsBuilder
Builder for QuotaAlarmArgs.
Link copied to clipboard
Link copied to clipboard
Builder for QuotaAlarm.
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
Builder for QuotaApplicationArgs.
Link copied to clipboard
Link copied to clipboard
Builder for QuotaApplication.
Link copied to clipboard
object QuotasFunctions
Functions
Link copied to clipboard
suspend fun applicationInfoResource(name: String, block: suspend ApplicationInfoResourceBuilder.() -> Unit): ApplicationInfo
Link copied to clipboard
suspend fun quotaAlarmResource(name: String, block: suspend QuotaAlarmResourceBuilder.() -> Unit): QuotaAlarm
Link copied to clipboard
suspend fun quotaApplicationResource(name: String, block: suspend QuotaApplicationResourceBuilder.() -> Unit): QuotaApplication