Retrieves information about the specified quota increase request in your quota request template.
servicequotas_get_service_quota_increase_request_from_template(
ServiceCode, QuotaCode, AwsRegion)
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
)
)
[required] The service identifier.
[required] The quota identifier.
[required] The AWS Region.
svc$get_service_quota_increase_request_from_template(
ServiceCode = "string",
QuotaCode = "string",
AwsRegion = "string"
)