Skip to main content

auto_managements

Creates, updates, deletes, gets or lists an auto_managements resource.

Overview

Nameauto_managements
TypeResource
Idaws.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:

NameAccessible byRequired ParamsOptional ParamsDescription
update_auto_managementupdateregionUpdates 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.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

UPDATE examples

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;