Put Service Quota Increase Request into Template
| servicequotas_put_service_quota_increase_request_into_template | R Documentation |
Adds a quota increase request to your quota request template¶
Description¶
Adds a quota increase request to your quota request template.
Usage¶
servicequotas_put_service_quota_increase_request_into_template(
QuotaCode, ServiceCode, AwsRegion, DesiredValue)
Arguments¶
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.ServiceCode[required] Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the
list_servicesoperation.AwsRegion[required] Specifies the Amazon Web Services Region to which the template applies.
DesiredValue[required] Specifies the new, increased value for the quota.
Value¶
A list with the following syntax:
list(
ServiceQuotaIncreaseRequestInTemplate = list(
ServiceCode = "string",
ServiceName = "string",
QuotaCode = "string",
QuotaName = "string",
DesiredValue = 123.0,
AwsRegion = "string",
Unit = "string",
GlobalQuota = TRUE|FALSE
)
)