Skip to main content

nodes_summaries

Creates, updates, deletes, gets or lists a nodes_summaries resource.

Overview

Namenodes_summaries
TypeResource
Idaws.ssm.nodes_summaries

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
summaryobjectA collection of objects reporting information about your managed nodes, such as the count of nodes by operating system.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_nodes_summaryselectregionGenerates a summary of managed instance/node metadata based on the filters and aggregators you specify. Results are grouped by the input aggregator you specify.

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

Generates a summary of managed instance/node metadata based on the filters and aggregators you specify. Results are grouped by the input aggregator you specify.

SELECT
summary
FROM aws.ssm.nodes_summaries
WHERE region = '{{ region }}' -- required
;