Learn Data & AI Skills | 50% off
Get 50% off unlimited learning

paws.management (version 0.1.10)

ssm_list_ops_item_events: Returns a list of all OpsItem events in the current AWS account and Region

Description

Returns a list of all OpsItem events in the current AWS account and Region. You can limit the results to events associated with specific OpsItems by specifying a filter.

Usage

ssm_list_ops_item_events(Filters, MaxResults, NextToken)

Arguments

Filters

One or more OpsItem filters. Use a filter to return a more specific list of results.

MaxResults

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

NextToken

A token to start the list. Use this token to get the next set of results.

Request syntax

svc$list_ops_item_events(
  Filters = list(
    list(
      Key = "OpsItemId",
      Values = list(
        "string"
      ),
      Operator = "Equal"
    )
  ),
  MaxResults = 123,
  NextToken = "string"
)