ServiceQuota - Service Quotas

ServiceQuota

Information about a quota.

Contents

Adjustable

Indicates whether the quota value can be increased.

Type: Boolean

Required: No

ErrorReason

The error code and error reason.

Type: ErrorReason object

Required: No

GlobalQuota

Indicates whether the quota is global.

Type: Boolean

Required: No

Period

The period of time.

Type: QuotaPeriod object

Required: No

QuotaAppliedAtLevel

Filters the response to return applied quota values for the ACCOUNT, RESOURCE, or ALL levels. ACCOUNT is the default.

Type: String

Valid Values: ACCOUNT | RESOURCE | ALL

Required: No

QuotaArn

The Amazon Resource Name (ARN) of the quota.

Type: String

Required: No

QuotaCode

Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the QuotaCode response in the output for the quota you want.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [a-zA-Z][a-zA-Z0-9-]{1,128}

Required: No

QuotaContext

The context for this service quota.

Type: QuotaContextInfo object

Required: No

QuotaName

Specifies the quota name.

Type: String

Required: No

ServiceCode

Specifies the service identifier. To find the service code value for an AWS service, use the ListServices operation.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 63.

Pattern: [a-zA-Z][a-zA-Z0-9-]{1,63}

Required: No

ServiceName

Specifies the service name.

Type: String

Required: No

Unit

The unit of measurement.

Type: String

Required: No

UsageMetric

Information about the measurement.

Type: MetricInfo object

Required: No

Value

The quota value.

Type: Double

Valid Range: Minimum value of 0. Maximum value of 10000000000.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: