View source: R/ssm_operations.R
ssm_get_ops_summary | R Documentation |
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.
ssm_get_ops_summary(
SyncName = NULL,
Filters = NULL,
Aggregators = NULL,
ResultAttributes = NULL,
NextToken = NULL,
MaxResults = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.