aws.license_manager_linux_subscriptions.list_linux_subscriptions
Example SQL Queries
SELECT * FROMaws.license_manager_linux_subscriptions.list_linux_subscriptions;Description
Lists the Linux subscriptions that have been discovered. If you have linked your organization, the returned results will include data aggregated across your accounts in Organizations.
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. For example, you can filter by the name of Subscription with an optional operator to see subscriptions that match, partially match, or don't match a certain subscription's name. The valid names for this filter are:
The valid Operators for this filter are:
| 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_count The total amount of running instances using this subscription. | BIGINT |
| name The name of the subscription. | VARCHAR |
| type The type of subscription. The type can be subscription-included with Amazon EC2, Bring Your Own Subscription model (BYOS), or from the Amazon Web Services Marketplace. Certain subscriptions may use licensing from the Amazon Web Services Marketplace as well as OS licensing from Amazon EC2 or BYOS. | VARCHAR |