Skip to content

Start Auto Management

servicequotas_start_auto_management R Documentation

Starts Service Quotas Automatic Management for an Amazon Web Services account, including notification preferences and excluded quotas configurations

Description

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.

Usage

servicequotas_start_auto_management(OptInLevel, OptInType,
  NotificationArn, ExclusionList)

Arguments

OptInLevel

[required] Sets the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.

OptInType

[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

The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications.

ExclusionList

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.

Value

An empty list.

Request syntax

svc$start_auto_management(
  OptInLevel = "ACCOUNT",
  OptInType = "NotifyOnly"|"NotifyAndAdjust",
  NotificationArn = "string",
  ExclusionList = list(
    list(
      "string"
    )
  )
)