auto_managements
Creates, updates, deletes, gets or lists an auto_managements resource.
Overview
| Name | auto_managements |
| Type | Resource |
| Id | aws.service_quotas.auto_managements |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
update_auto_management | update | region | Updates your Service Quotas Automatic Management configuration, including notification preferences and excluded quotas. Automatic Management monitors your Service Quotas utilization and notifies you before you run out of your allocated quotas. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
UPDATE examples
- update_auto_management
Updates your Service Quotas Automatic Management configuration, including notification preferences and excluded quotas. Automatic Management monitors your Service Quotas utilization and notifies you before you run out of your allocated quotas.
UPDATE aws.service_quotas.auto_managements
SET
OptInType = '{{ OptInType }}',
NotificationArn = '{{ NotificationArn }}',
ExclusionList = '{{ ExclusionList }}'
WHERE
region = '{{ region }}' --required;