aws.ssm.list_inventory_entries
Example SQL Queries
SELECT * FROMaws.ssm.list_inventory_entriesWHERE"instance_id" = 'VALUE'AND "type_name" = 'VALUE';Description
A list of inventory items returned by the request.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The managed node ID targeted by the request to query inventory information. | VARCHAR |
| type_name Required Input Column The type of inventory item returned by the request. | VARCHAR |
| filters Input Column One or more filters. Use a filter to return a more specific list of results. | STRUCT( |
Show child fields
| |
| max_results Input Column 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. | BIGINT |
| next_token Input Column The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| capture_time The time that inventory information was collected for the managed nodes. | VARCHAR |
| entries A list of inventory items on the managed nodes. | MAP(VARCHAR, VARCHAR)[] |
Show child fields
| |
| schema_version The inventory schema version used by the managed nodes. | VARCHAR |