Defines and adds a quota to the service quota template. To add a quota
to the template, you must provide the ServiceCode
, QuotaCode
,
AwsRegion
, and DesiredValue
. Once you add a quota to the template,
use ListServiceQuotaIncreaseRequestsInTemplate to see the list of quotas
in the template.
servicequotas_put_service_quota_increase_request_into_template(
QuotaCode, ServiceCode, AwsRegion, DesiredValue)
[required] Specifies the service quota that you want to use.
[required] Specifies the service that you want to use.
[required] Specifies the AWS Region for the quota.
[required] Specifies the new, increased value for the quota.
svc$put_service_quota_increase_request_into_template( QuotaCode = "string", ServiceCode = "string", AwsRegion = "string", DesiredValue = 123.0 )