aws.license_manager.list_usage_for_license_configuration
Example SQL Queries
SELECT * FROMaws.license_manager.list_usage_for_license_configurationWHERE"license_configuration_arn" = 'VALUE';Description
Lists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time. Use this action to audit the current license consumption for any license inventory and configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| license_configuration_arn Required Input Column Amazon Resource Name (ARN) of the license configuration. | VARCHAR |
| 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 |
| association_time Time when the license configuration was initially associated with the resource. | TIMESTAMP_S |
| consumed_licenses Number of licenses consumed by the resource. | BIGINT |
| resource_arn Amazon Resource Name (ARN) of the resource. | VARCHAR |
| resource_owner_id ID of the account that owns the resource. | VARCHAR |
| resource_status Status of the resource. | VARCHAR |
| resource_type Type of resource. | VARCHAR |