aws.license_manager.list_license_specifications_for_resource
Example SQL Queries
SELECT * FROMaws.license_manager.list_license_specifications_for_resourceWHERE"resource_arn" = 'VALUE';Description
Describes the license configurations for the specified resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column Amazon Resource Name (ARN) of a resource that has an associated license configuration. | 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 |
| ami_association_scope Scope of AMI associations. The possible value is cross-account. | VARCHAR |
| license_configuration_arn Amazon Resource Name (ARN) of the license configuration. | VARCHAR |