aws.license_manager.get_license_usage
Example SQL Queries
SELECT * FROMaws.license_manager.get_license_usageWHERE"license_arn" = 'VALUE';Description
Gets detailed information about the usage of the specified license.
Table Definition
| Column Name | Column Data Type |
|---|---|
| license_arn Required Input Column Amazon Resource Name (ARN) of the license. | 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 |
| license_usage License usage details. | STRUCT( |
Show child fields
| |