aws.ssm.get_inventory_schema
Example SQL Queries
SELECT * FROMaws.ssm.get_inventory_schema;Description
Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aggregator Input Column Returns inventory schemas that support aggregation. For example, this call returns the AWS:InstanceInformation type, because it supports aggregation based on the PlatformName, PlatformType, and PlatformVersion attributes. | BOOLEAN |
| sub_type Input Column Returns the sub-type schema for a specified inventory type. | BOOLEAN |
| type_name Input Column The name of the inventory type. Default inventory item type names start with Amazon Web Services. Custom inventory type names will start with Custom. Default inventory item types include the following: AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate. | 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 |
| attributes The schema attributes for inventory. This contains data type and attribute name. | STRUCT( |
Show child fields
| |
| display_name The alias name of the inventory type. The alias name is used for display purposes. | VARCHAR |
| version The schema version for the inventory item. | VARCHAR |