aws.license_manager_user_subscriptions.list_instances
Example SQL Queries
SELECT * FROMaws.license_manager_user_subscriptions.list_instances;Description
Lists the EC2 instances providing user-based subscriptions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify. | 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 |
| instance_id The ID of the EC2 instance, which provides user-based subscriptions. | VARCHAR |
| last_status_check_date The date of the last status check. | VARCHAR |
| products A list of provided user-based subscription products. | VARCHAR[] |
Show child fields
| |
| status The status of an EC2 instance resource. | VARCHAR |
| status_message The status message for an EC2 instance. | VARCHAR |