Skip to contents

Add or remove time window exclusions for one or more Service Level Objectives (SLOs).

See https://www.paws-r-sdk.com/docs/cloudwatchapplicationsignals_batch_update_exclusion_windows/ for full documentation.

Usage

cloudwatchapplicationsignals_batch_update_exclusion_windows(
  SloIds,
  AddExclusionWindows = NULL,
  RemoveExclusionWindows = NULL
)

Arguments

SloIds

[required] The list of SLO IDs to add or remove exclusion windows from.

AddExclusionWindows

A list of exclusion windows to add to the specified SLOs. You can add up to 10 exclusion windows per SLO.

RemoveExclusionWindows

A list of exclusion windows to remove from the specified SLOs. The window configuration must match an existing exclusion window.