ServiceQuotas / Client / start_auto_management
start_auto_management¶
- ServiceQuotas.Client.start_auto_management(**kwargs)¶
Starts Service Quotas Automatic Management for an Amazon Web Services account, including notification preferences and excluded quotas configurations. Automatic Management monitors your Service Quotas utilization and notifies you before you run out of your allocated quotas.
See also: AWS API Documentation
Request Syntax
response = client.start_auto_management( OptInLevel='ACCOUNT', OptInType='NotifyOnly'|'NotifyAndAdjust', NotificationArn='string', ExclusionList={ 'string': [ 'string', ] } )
- Parameters:
OptInLevel (string) –
[REQUIRED]
Sets the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.
OptInType (string) –
[REQUIRED]
Sets the opt-in type for Automatic Management. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.
NotificationArn (string) – The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications.
ExclusionList (dict) –
List of Amazon Web Services services excluded from Automatic Management. You won’t be notified of Service Quotas utilization for Amazon Web Services services added to the Automatic Management exclusion list.
(string) –
(list) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
ServiceQuotas.Client.exceptions.AccessDeniedException
ServiceQuotas.Client.exceptions.NoSuchResourceException
ServiceQuotas.Client.exceptions.IllegalArgumentException
ServiceQuotas.Client.exceptions.TooManyRequestsException
ServiceQuotas.Client.exceptions.ServiceException