QuotaUtilizationInfo
Information about a quota's utilization, including the quota code, service information, current usage, and applied limits.
Contents
- Adjustable
-
Indicates whether the quota value can be increased.
Type: Boolean
Required: No
- AppliedValue
-
The applied value of the quota, which may be higher than the default value if a quota increase has been requested and approved.
Type: Double
Valid Range: Minimum value of 0. Maximum value of 10000000000.
Required: No
- DefaultValue
-
The default value of the quota.
Type: Double
Valid Range: Minimum value of 0. Maximum value of 10000000000.
Required: No
- Namespace
-
The namespace of the metric used to track quota usage.
Type: String
Required: No
- QuotaCode
-
The quota identifier.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z][a-zA-Z0-9-]{1,128}Required: No
- QuotaName
-
The quota name.
Type: String
Required: No
- ServiceCode
-
The service identifier.
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
-
The service name.
Type: String
Required: No
- Utilization
-
The utilization percentage of the quota, calculated as (current usage / applied value) × 100. Values range from 0.0 to 100.0 or higher if usage exceeds the quota limit.
Type: Double
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: