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
ARNs that servicequotas:PutServiceQuotaIncreaseRequestIntoTemplate can be scoped to in an IAM policy.
No condition keys are documented for this action.
To use servicequotas:PutServiceQuotaIncreaseRequestIntoTemplate you may also need to grant:
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": "*"
}
]
}