Skip to main content

ops_summaries

Creates, updates, deletes, gets or lists an ops_summaries resource.

Overview

Nameops_summaries
TypeResource
Idaws.ssm.ops_summaries

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
dataobjectThe data returned by the query.
idstringThe query ID.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_ops_summaryselectregionView 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.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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.

SELECT
data,
id
FROM aws.ssm.ops_summaries
WHERE region = '{{ region }}' -- required
;