Skip to content

Update Auto Management

servicequotas_update_auto_management R Documentation

Updates your Service Quotas Automatic Management configuration, including notification preferences and excluded quotas

Description

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.

Usage

servicequotas_update_auto_management(OptInType, NotificationArn,
  ExclusionList)

Arguments

OptInType

Information on the opt-in type for your Automatic Management configuration. 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 you want to update.

ExclusionList

List of Amazon Web Services services you want to exclude 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$update_auto_management(
  OptInType = "NotifyOnly"|"NotifyAndAdjust",
  NotificationArn = "string",
  ExclusionList = list(
    list(
      "string"
    )
  )
)