2025/04/18 - Service Quotas - 5 updated api methods
Changes Add new optional SupportCaseAllowed query parameter to the RequestServiceQuotaIncrease API
{'Quota': {'Description': 'string'}}
Retrieves the default value for the specified quota. The default value does not reflect any quota increases.
See also: AWS API Documentation
Request Syntax
client.get_aws_default_service_quota( ServiceCode='string', QuotaCode='string' )
string
[REQUIRED]
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
string
[REQUIRED]
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.
dict
Response Syntax
{ 'Quota': { 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaArn': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'Value': 123.0, 'Unit': 'string', 'Adjustable': True|False, 'GlobalQuota': True|False, 'UsageMetric': { 'MetricNamespace': 'string', 'MetricName': 'string', 'MetricDimensions': { 'string': 'string' }, 'MetricStatisticRecommendation': 'string' }, 'Period': { 'PeriodValue': 123, 'PeriodUnit': 'MICROSECOND'|'MILLISECOND'|'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK' }, 'ErrorReason': { 'ErrorCode': 'DEPENDENCY_ACCESS_DENIED_ERROR'|'DEPENDENCY_THROTTLING_ERROR'|'DEPENDENCY_SERVICE_ERROR'|'SERVICE_QUOTA_NOT_AVAILABLE_ERROR', 'ErrorMessage': 'string' }, 'QuotaAppliedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' }, 'Description': 'string' } }
Response Structure
(dict) --
Quota (dict) --
Information about the quota.
ServiceCode (string) --
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
ServiceName (string) --
Specifies the service name.
QuotaArn (string) --
The Amazon Resource Name (ARN) of the quota.
QuotaCode (string) --
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.
QuotaName (string) --
Specifies the quota name.
Value (float) --
The quota value.
Unit (string) --
The unit of measurement.
Adjustable (boolean) --
Indicates whether the quota value can be increased.
GlobalQuota (boolean) --
Indicates whether the quota is global.
UsageMetric (dict) --
Information about the measurement.
MetricNamespace (string) --
The namespace of the metric.
MetricName (string) --
The name of the metric.
MetricDimensions (dict) --
The metric dimension. This is a name/value pair that is part of the identity of a metric.
(string) --
(string) --
MetricStatisticRecommendation (string) --
The metric statistic that we recommend you use when determining quota usage.
Period (dict) --
The period of time.
PeriodValue (integer) --
The value associated with the reported PeriodUnit.
PeriodUnit (string) --
The time unit.
ErrorReason (dict) --
The error code and error reason.
ErrorCode (string) --
Service Quotas returns the following error values:
DEPENDENCY_ACCESS_DENIED_ERROR - The caller does not have the required permissions to complete the action. To resolve the error, you must have permission to access the Amazon Web Services service or quota.
DEPENDENCY_THROTTLING_ERROR - The Amazon Web Services service is throttling Service Quotas.
DEPENDENCY_SERVICE_ERROR - The Amazon Web Services service is not available.
SERVICE_QUOTA_NOT_AVAILABLE_ERROR - There was an error in Service Quotas.
ErrorMessage (string) --
The error message.
QuotaAppliedAtLevel (string) --
Filters the response to return applied quota values for the ACCOUNT, RESOURCE, or ALL levels. ACCOUNT is the default.
QuotaContext (dict) --
The context for this service quota.
ContextScope (string) --
Specifies the scope to which the quota value is applied. If the scope is RESOURCE, the quota value is applied to each resource in the Amazon Web Services account. If the scope is ACCOUNT, the quota value is applied to the Amazon Web Services account.
ContextScopeType (string) --
Specifies the resource type to which the quota can be applied.
ContextId (string) --
Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or *. If the value is an ARN, the quota value applies to that resource. If the value is *, then the quota value applies to all resources listed in the ContextScopeType field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account.
Description (string) --
The quota description.
{'Quota': {'Description': 'string'}}
Retrieves the applied quota value for the specified account-level or resource-level quota. For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved.
See also: AWS API Documentation
Request Syntax
client.get_service_quota( ServiceCode='string', QuotaCode='string', ContextId='string' )
string
[REQUIRED]
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
string
[REQUIRED]
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.
string
Specifies the resource with an Amazon Resource Name (ARN).
dict
Response Syntax
{ 'Quota': { 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaArn': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'Value': 123.0, 'Unit': 'string', 'Adjustable': True|False, 'GlobalQuota': True|False, 'UsageMetric': { 'MetricNamespace': 'string', 'MetricName': 'string', 'MetricDimensions': { 'string': 'string' }, 'MetricStatisticRecommendation': 'string' }, 'Period': { 'PeriodValue': 123, 'PeriodUnit': 'MICROSECOND'|'MILLISECOND'|'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK' }, 'ErrorReason': { 'ErrorCode': 'DEPENDENCY_ACCESS_DENIED_ERROR'|'DEPENDENCY_THROTTLING_ERROR'|'DEPENDENCY_SERVICE_ERROR'|'SERVICE_QUOTA_NOT_AVAILABLE_ERROR', 'ErrorMessage': 'string' }, 'QuotaAppliedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' }, 'Description': 'string' } }
Response Structure
(dict) --
Quota (dict) --
Information about the quota.
ServiceCode (string) --
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
ServiceName (string) --
Specifies the service name.
QuotaArn (string) --
The Amazon Resource Name (ARN) of the quota.
QuotaCode (string) --
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.
QuotaName (string) --
Specifies the quota name.
Value (float) --
The quota value.
Unit (string) --
The unit of measurement.
Adjustable (boolean) --
Indicates whether the quota value can be increased.
GlobalQuota (boolean) --
Indicates whether the quota is global.
UsageMetric (dict) --
Information about the measurement.
MetricNamespace (string) --
The namespace of the metric.
MetricName (string) --
The name of the metric.
MetricDimensions (dict) --
The metric dimension. This is a name/value pair that is part of the identity of a metric.
(string) --
(string) --
MetricStatisticRecommendation (string) --
The metric statistic that we recommend you use when determining quota usage.
Period (dict) --
The period of time.
PeriodValue (integer) --
The value associated with the reported PeriodUnit.
PeriodUnit (string) --
The time unit.
ErrorReason (dict) --
The error code and error reason.
ErrorCode (string) --
Service Quotas returns the following error values:
DEPENDENCY_ACCESS_DENIED_ERROR - The caller does not have the required permissions to complete the action. To resolve the error, you must have permission to access the Amazon Web Services service or quota.
DEPENDENCY_THROTTLING_ERROR - The Amazon Web Services service is throttling Service Quotas.
DEPENDENCY_SERVICE_ERROR - The Amazon Web Services service is not available.
SERVICE_QUOTA_NOT_AVAILABLE_ERROR - There was an error in Service Quotas.
ErrorMessage (string) --
The error message.
QuotaAppliedAtLevel (string) --
Filters the response to return applied quota values for the ACCOUNT, RESOURCE, or ALL levels. ACCOUNT is the default.
QuotaContext (dict) --
The context for this service quota.
ContextScope (string) --
Specifies the scope to which the quota value is applied. If the scope is RESOURCE, the quota value is applied to each resource in the Amazon Web Services account. If the scope is ACCOUNT, the quota value is applied to the Amazon Web Services account.
ContextScopeType (string) --
Specifies the resource type to which the quota can be applied.
ContextId (string) --
Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or *. If the value is an ARN, the quota value applies to that resource. If the value is *, then the quota value applies to all resources listed in the ContextScopeType field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account.
Description (string) --
The quota description.
{'Quotas': {'Description': 'string'}}
Lists the default values for the quotas for the specified Amazon Web Services service. A default value does not reflect any quota increases.
See also: AWS API Documentation
Request Syntax
client.list_aws_default_service_quotas( ServiceCode='string', NextToken='string', MaxResults=123 )
string
[REQUIRED]
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
string
Specifies a value for receiving additional results after you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
integer
Specifies the maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results.
dict
Response Syntax
{ 'NextToken': 'string', 'Quotas': [ { 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaArn': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'Value': 123.0, 'Unit': 'string', 'Adjustable': True|False, 'GlobalQuota': True|False, 'UsageMetric': { 'MetricNamespace': 'string', 'MetricName': 'string', 'MetricDimensions': { 'string': 'string' }, 'MetricStatisticRecommendation': 'string' }, 'Period': { 'PeriodValue': 123, 'PeriodUnit': 'MICROSECOND'|'MILLISECOND'|'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK' }, 'ErrorReason': { 'ErrorCode': 'DEPENDENCY_ACCESS_DENIED_ERROR'|'DEPENDENCY_THROTTLING_ERROR'|'DEPENDENCY_SERVICE_ERROR'|'SERVICE_QUOTA_NOT_AVAILABLE_ERROR', 'ErrorMessage': 'string' }, 'QuotaAppliedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' }, 'Description': 'string' }, ] }
Response Structure
(dict) --
NextToken (string) --
If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
Quotas (list) --
Information about the quotas.
(dict) --
Information about a quota.
ServiceCode (string) --
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
ServiceName (string) --
Specifies the service name.
QuotaArn (string) --
The Amazon Resource Name (ARN) of the quota.
QuotaCode (string) --
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.
QuotaName (string) --
Specifies the quota name.
Value (float) --
The quota value.
Unit (string) --
The unit of measurement.
Adjustable (boolean) --
Indicates whether the quota value can be increased.
GlobalQuota (boolean) --
Indicates whether the quota is global.
UsageMetric (dict) --
Information about the measurement.
MetricNamespace (string) --
The namespace of the metric.
MetricName (string) --
The name of the metric.
MetricDimensions (dict) --
The metric dimension. This is a name/value pair that is part of the identity of a metric.
(string) --
(string) --
MetricStatisticRecommendation (string) --
The metric statistic that we recommend you use when determining quota usage.
Period (dict) --
The period of time.
PeriodValue (integer) --
The value associated with the reported PeriodUnit.
PeriodUnit (string) --
The time unit.
ErrorReason (dict) --
The error code and error reason.
ErrorCode (string) --
Service Quotas returns the following error values:
DEPENDENCY_ACCESS_DENIED_ERROR - The caller does not have the required permissions to complete the action. To resolve the error, you must have permission to access the Amazon Web Services service or quota.
DEPENDENCY_THROTTLING_ERROR - The Amazon Web Services service is throttling Service Quotas.
DEPENDENCY_SERVICE_ERROR - The Amazon Web Services service is not available.
SERVICE_QUOTA_NOT_AVAILABLE_ERROR - There was an error in Service Quotas.
ErrorMessage (string) --
The error message.
QuotaAppliedAtLevel (string) --
Filters the response to return applied quota values for the ACCOUNT, RESOURCE, or ALL levels. ACCOUNT is the default.
QuotaContext (dict) --
The context for this service quota.
ContextScope (string) --
Specifies the scope to which the quota value is applied. If the scope is RESOURCE, the quota value is applied to each resource in the Amazon Web Services account. If the scope is ACCOUNT, the quota value is applied to the Amazon Web Services account.
ContextScopeType (string) --
Specifies the resource type to which the quota can be applied.
ContextId (string) --
Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or *. If the value is an ARN, the quota value applies to that resource. If the value is *, then the quota value applies to all resources listed in the ContextScopeType field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account.
Description (string) --
The quota description.
{'Quotas': {'Description': 'string'}}
Lists the applied quota values for the specified Amazon Web Services service. For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved. Filter responses to return applied quota values at either the account level, resource level, or all levels.
See also: AWS API Documentation
Request Syntax
client.list_service_quotas( ServiceCode='string', NextToken='string', MaxResults=123, QuotaCode='string', QuotaAppliedAtLevel='ACCOUNT'|'RESOURCE'|'ALL' )
string
[REQUIRED]
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
string
Specifies a value for receiving additional results after you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
integer
Specifies the maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results.
string
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.
string
Filters the response to return applied quota values for the ACCOUNT, RESOURCE, or ALL levels. ACCOUNT is the default.
dict
Response Syntax
{ 'NextToken': 'string', 'Quotas': [ { 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaArn': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'Value': 123.0, 'Unit': 'string', 'Adjustable': True|False, 'GlobalQuota': True|False, 'UsageMetric': { 'MetricNamespace': 'string', 'MetricName': 'string', 'MetricDimensions': { 'string': 'string' }, 'MetricStatisticRecommendation': 'string' }, 'Period': { 'PeriodValue': 123, 'PeriodUnit': 'MICROSECOND'|'MILLISECOND'|'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK' }, 'ErrorReason': { 'ErrorCode': 'DEPENDENCY_ACCESS_DENIED_ERROR'|'DEPENDENCY_THROTTLING_ERROR'|'DEPENDENCY_SERVICE_ERROR'|'SERVICE_QUOTA_NOT_AVAILABLE_ERROR', 'ErrorMessage': 'string' }, 'QuotaAppliedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' }, 'Description': 'string' }, ] }
Response Structure
(dict) --
NextToken (string) --
If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
Quotas (list) --
Information about the quotas.
(dict) --
Information about a quota.
ServiceCode (string) --
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
ServiceName (string) --
Specifies the service name.
QuotaArn (string) --
The Amazon Resource Name (ARN) of the quota.
QuotaCode (string) --
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.
QuotaName (string) --
Specifies the quota name.
Value (float) --
The quota value.
Unit (string) --
The unit of measurement.
Adjustable (boolean) --
Indicates whether the quota value can be increased.
GlobalQuota (boolean) --
Indicates whether the quota is global.
UsageMetric (dict) --
Information about the measurement.
MetricNamespace (string) --
The namespace of the metric.
MetricName (string) --
The name of the metric.
MetricDimensions (dict) --
The metric dimension. This is a name/value pair that is part of the identity of a metric.
(string) --
(string) --
MetricStatisticRecommendation (string) --
The metric statistic that we recommend you use when determining quota usage.
Period (dict) --
The period of time.
PeriodValue (integer) --
The value associated with the reported PeriodUnit.
PeriodUnit (string) --
The time unit.
ErrorReason (dict) --
The error code and error reason.
ErrorCode (string) --
Service Quotas returns the following error values:
DEPENDENCY_ACCESS_DENIED_ERROR - The caller does not have the required permissions to complete the action. To resolve the error, you must have permission to access the Amazon Web Services service or quota.
DEPENDENCY_THROTTLING_ERROR - The Amazon Web Services service is throttling Service Quotas.
DEPENDENCY_SERVICE_ERROR - The Amazon Web Services service is not available.
SERVICE_QUOTA_NOT_AVAILABLE_ERROR - There was an error in Service Quotas.
ErrorMessage (string) --
The error message.
QuotaAppliedAtLevel (string) --
Filters the response to return applied quota values for the ACCOUNT, RESOURCE, or ALL levels. ACCOUNT is the default.
QuotaContext (dict) --
The context for this service quota.
ContextScope (string) --
Specifies the scope to which the quota value is applied. If the scope is RESOURCE, the quota value is applied to each resource in the Amazon Web Services account. If the scope is ACCOUNT, the quota value is applied to the Amazon Web Services account.
ContextScopeType (string) --
Specifies the resource type to which the quota can be applied.
ContextId (string) --
Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or *. If the value is an ARN, the quota value applies to that resource. If the value is *, then the quota value applies to all resources listed in the ContextScopeType field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account.
Description (string) --
The quota description.
{'SupportCaseAllowed': 'boolean'}
Submits a quota increase request for the specified quota at the account or resource level.
See also: AWS API Documentation
Request Syntax
client.request_service_quota_increase( ServiceCode='string', QuotaCode='string', DesiredValue=123.0, ContextId='string', SupportCaseAllowed=True|False )
string
[REQUIRED]
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
string
[REQUIRED]
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.
float
[REQUIRED]
Specifies the new, increased value for the quota.
string
Specifies the resource with an Amazon Resource Name (ARN).
boolean
Specifies if an Amazon Web Services Support case can be opened for the quota increase request. This parameter is optional.
By default, this flag is set to True and Amazon Web Services may create a support case for some quota increase requests. You can set this flag to False if you do not want a support case created when you request a quota increase. If you set the flag to False, Amazon Web Services does not open a support case and updates the request status to Not approved.
dict
Response Syntax
{ 'RequestedQuota': { 'Id': 'string', 'CaseId': 'string', 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'DesiredValue': 123.0, 'Status': 'PENDING'|'CASE_OPENED'|'APPROVED'|'DENIED'|'CASE_CLOSED'|'NOT_APPROVED'|'INVALID_REQUEST', 'Created': datetime(2015, 1, 1), 'LastUpdated': datetime(2015, 1, 1), 'Requester': 'string', 'QuotaArn': 'string', 'GlobalQuota': True|False, 'Unit': 'string', 'QuotaRequestedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' } } }
Response Structure
(dict) --
RequestedQuota (dict) --
Information about the quota increase request.
Id (string) --
The unique identifier.
CaseId (string) --
The case ID.
ServiceCode (string) --
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
ServiceName (string) --
Specifies the service name.
QuotaCode (string) --
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.
QuotaName (string) --
Specifies the quota name.
DesiredValue (float) --
The new, increased value for the quota.
Status (string) --
The state of the quota increase request.
PENDING: The quota increase request is under review by Amazon Web Services.
CASE_OPENED: Service Quotas opened a support case to process the quota increase request. Follow-up on the support case for more information.
APPROVED: The quota increase request is approved.
DENIED: The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details.
NOT APPROVED: The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details.
CASE_CLOSED: The support case associated with this quota increase request was closed. Check the support case correspondence for the outcome of your quota request.
INVALID_REQUEST: Service Quotas couldn't process your resource-level quota increase request because the Amazon Resource Name (ARN) specified as part of the ContextId is invalid.
Created (datetime) --
The date and time when the quota increase request was received and the case ID was created.
LastUpdated (datetime) --
The date and time of the most recent change.
Requester (string) --
The IAM identity of the requester.
QuotaArn (string) --
The Amazon Resource Name (ARN) of the quota.
GlobalQuota (boolean) --
Indicates whether the quota is global.
Unit (string) --
The unit of measurement.
QuotaRequestedAtLevel (string) --
Filters the response to return quota requests for the ACCOUNT, RESOURCE, or ALL levels. ACCOUNT is the default.
QuotaContext (dict) --
The context for this service quota.
ContextScope (string) --
Specifies the scope to which the quota value is applied. If the scope is RESOURCE, the quota value is applied to each resource in the Amazon Web Services account. If the scope is ACCOUNT, the quota value is applied to the Amazon Web Services account.
ContextScopeType (string) --
Specifies the resource type to which the quota can be applied.
ContextId (string) --
Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or *. If the value is an ARN, the quota value applies to that resource. If the value is *, then the quota value applies to all resources listed in the ContextScopeType field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account.