aws.license_manager.list_resource_inventory
Example SQL Queries
SELECT * FROMaws.license_manager.list_resource_inventory;Description
Lists resources managed using Systems Manager inventory.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Filters to scope the results. The following filters and logical operators are supported:
| STRUCT( |
Show child fields
| |
| _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 |
| platform Platform of the resource. | VARCHAR |
| platform_version Platform version of the resource in the inventory. | VARCHAR |
| resource_arn Amazon Resource Name (ARN) of the resource. | VARCHAR |
| resource_id ID of the resource. | VARCHAR |
| resource_owning_account_id ID of the account that owns the resource. | VARCHAR |
| resource_type Type of resource. | VARCHAR |