Package-level declarations

Types

Link copied to clipboard
class ApplicationInfo : KotlinCustomResource
Link copied to clipboard
data class ApplicationInfoArgs(val auditMode: Output<String>? = null, val desireValue: Output<Double>? = null, val dimensions: Output<List<ApplicationInfoDimensionArgs>>? = null, val effectiveTime: Output<String>? = null, val envLanguage: Output<String>? = null, val expireTime: Output<String>? = 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
object ApplicationInfoMapper : ResourceMapper<ApplicationInfo>
Link copied to clipboard
class QuotaAlarm : KotlinCustomResource

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 thresholdType: Output<String>? = 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
object QuotaAlarmMapper : ResourceMapper<QuotaAlarm>
Link copied to clipboard
Link copied to clipboard
class QuotaApplication : KotlinCustomResource

Quotas Quota Application can be imported using the id, e.g.

Link copied to clipboard
data class QuotaApplicationArgs(val auditMode: Output<String>? = null, val desireValue: Output<Double>? = null, val dimensions: Output<List<QuotaApplicationDimensionArgs>>? = null, val effectiveTime: Output<String>? = null, val envLanguage: Output<String>? = null, val expireTime: Output<String>? = 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>

Quotas Quota Application can be imported using the id, e.g.

Link copied to clipboard
object QuotaApplicationMapper : ResourceMapper<QuotaApplication>
Link copied to clipboard
Link copied to clipboard
class TemplateApplications : KotlinCustomResource

Quotas Template Applications can be imported using the id, e.g.

Link copied to clipboard
data class TemplateApplicationsArgs(val aliyunUids: Output<List<String>>? = null, val desireValue: Output<Double>? = null, val dimensions: Output<List<TemplateApplicationsDimensionArgs>>? = null, val effectiveTime: Output<String>? = null, val envLanguage: Output<String>? = null, val expireTime: Output<String>? = 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<TemplateApplicationsArgs>

Quotas Template Applications can be imported using the id, e.g.

Link copied to clipboard
Link copied to clipboard
class TemplateQuota : KotlinCustomResource

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

Link copied to clipboard
data class TemplateQuotaArgs(val desireValue: Output<Double>? = null, val dimensions: Output<List<TemplateQuotaDimensionArgs>>? = null, val effectiveTime: Output<String>? = null, val envLanguage: Output<String>? = null, val expireTime: Output<String>? = null, val noticeType: Output<Int>? = null, val productCode: Output<String>? = null, val quotaActionCode: Output<String>? = null, val quotaCategory: Output<String>? = null) : ConvertibleToJava<TemplateQuotaArgs>

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

Link copied to clipboard
Link copied to clipboard
object TemplateQuotaMapper : ResourceMapper<TemplateQuota>
Link copied to clipboard
Link copied to clipboard
class TemplateService : KotlinCustomResource

Quotas Template Service can be imported using the id, e.g.

Link copied to clipboard
data class TemplateServiceArgs(val serviceStatus: Output<Int>? = null) : ConvertibleToJava<TemplateServiceArgs>

Quotas Template Service can be imported using the id, e.g.

Link copied to clipboard
object TemplateServiceMapper : ResourceMapper<TemplateService>

Functions

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