servicequotas:PutServiceQuotaIncreaseRequestIntoTemplate

Write

servicequotas:PutServiceQuotaIncreaseRequestIntoTemplate is a Write access-level action in the servicequotas service. Grants permission to define and add a quota to the service quota template

Resource types

ARNs that servicequotas:PutServiceQuotaIncreaseRequestIntoTemplate can be scoped to in an IAM policy.

arn:${Partition}:servicequotas:${Region}:${Account}:${ServiceCode}/${QuotaCode}
quota

Condition keys

No condition keys are documented for this action.

Dependent actions

To use servicequotas:PutServiceQuotaIncreaseRequestIntoTemplate you may also need to grant:

Example IAM policy

A minimal policy that allows servicequotas:PutServiceQuotaIncreaseRequestIntoTemplate. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowServicequotasPutServiceQuotaIncreaseRequestIntoTemplate",
      "Effect": "Allow",
      "Action": "servicequotas:PutServiceQuotaIncreaseRequestIntoTemplate",
      "Resource": "*"
    }
  ]
}

Related actions in servicequotas

View all servicequotas actions →