Submits a quota increase request for the specified quota at the account or resource level
Source:R/servicequotas_operations.R
servicequotas_request_service_quota_increase.RdSubmits a quota increase request for the specified quota at the account or resource level.
See https://www.paws-r-sdk.com/docs/servicequotas_request_service_quota_increase/ for full documentation.
Usage
servicequotas_request_service_quota_increase(
ServiceCode,
QuotaCode,
DesiredValue,
ContextId = NULL,
SupportCaseAllowed = NULL
)Arguments
- ServiceCode
[required] Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the
list_servicesoperation.- QuotaCode
[required] Specifies the quota identifier. To find the quota code for a specific quota, use the
list_service_quotasoperation, and look for theQuotaCoderesponse in the output for the quota you want.- DesiredValue
[required] Specifies the new, increased value for the quota.
- ContextId
Specifies the resource with an Amazon Resource Name (ARN).
- SupportCaseAllowed
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
Trueand Amazon Web Services may create a support case for some quota increase requests. You can set this flag toFalseif you do not want a support case created when you request a quota increase. If you set the flag toFalse, Amazon Web Services does not open a support case and updates the request status toNot approved.