GetServiceQuotaResult

data class GetServiceQuotaResult(val adjustable: Boolean, val arn: String, val defaultValue: Double, val globalQuota: Boolean, val id: String, val quotaCode: String, val quotaName: String, val serviceCode: String, val serviceName: String, val usageMetrics: List<GetServiceQuotaUsageMetric>, val value: Double)

A collection of values returned by getServiceQuota.

Constructors

Link copied to clipboard
constructor(adjustable: Boolean, arn: String, defaultValue: Double, globalQuota: Boolean, id: String, quotaCode: String, quotaName: String, serviceCode: String, serviceName: String, usageMetrics: List<GetServiceQuotaUsageMetric>, value: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the service quota is adjustable.

Link copied to clipboard
val arn: String

ARN of the service quota.

Link copied to clipboard

Default value of the service quota.

Link copied to clipboard

Whether the service quota is global for the AWS account.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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

Name of the service.

Link copied to clipboard

Information about the measurement.

Link copied to clipboard

Current value of the service quota.