aws.license_manager.list_tokens
Example SQL Queries
SELECT * FROMaws.license_manager.list_tokens;Description
Lists your tokens.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Filters to scope the results. The following filter is supported:
| STRUCT( |
Show child fields
| |
| 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 |
| token_ids Input Column Token IDs. | VARCHAR[] |
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 |
| tokens Received token details. | STRUCT( |
Show child fields
| |