ssm_get_ops_summary: View a summary of operations metadata (OpsData) based on...

View source: R/ssm_operations.R

ssm_get_ops_summaryR Documentation

View a summary of operations metadata (OpsData) based on specified filters and aggregators

Description

View a summary of operations metadata (OpsData) based on specified filters and aggregators. OpsData can include information about Amazon Web Services Systems Manager OpsCenter operational workitems (OpsItems) as well as information about any Amazon Web Services resource or service configured to report OpsData to Amazon Web Services Systems Manager Explorer.

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

Usage

ssm_get_ops_summary(
  SyncName = NULL,
  Filters = NULL,
  Aggregators = NULL,
  ResultAttributes = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

SyncName

Specify the name of a resource data sync to get.

Filters

Optional filters used to scope down the returned OpsData.

Aggregators

Optional aggregators that return counts of OpsData based on one or more expressions.

ResultAttributes

The OpsData data type to return.

NextToken

A token to start the list. Use this token to get the next set 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.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.