Learn R Programming

paws.management (version 0.1.8)

servicequotas_put_service_quota_increase_request_into_template: Defines and adds a quota to the service quota template

Description

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.

Usage

servicequotas_put_service_quota_increase_request_into_template(
  QuotaCode, ServiceCode, AwsRegion, DesiredValue)

Arguments

QuotaCode

[required] Specifies the service quota that you want to use.

ServiceCode

[required] Specifies the service that you want to use.

AwsRegion

[required] Specifies the AWS Region for the quota.

DesiredValue

[required] Specifies the new, increased value for the quota.

Request syntax

svc$put_service_quota_increase_request_into_template(
  QuotaCode = "string",
  ServiceCode = "string",
  AwsRegion = "string",
  DesiredValue = 123.0
)