aws.license_manager.list_license_versions
Example SQL Queries
SELECT * FROMaws.license_manager.list_license_versionsWHERE"license_arn" = 'VALUE';Description
Lists all versions of the specified license.
Table Definition
| Column Name | Column Data Type |
|---|---|
| license_arn Required Input Column Amazon Resource Name (ARN) of the license. | VARCHAR |
| max_results Input Column Maximum number of results to return in a single call. | BIGINT |
| next_token Input Column Token for the next set of results. | 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 |
| licenses License details. | STRUCT( |
Show child fields
| |