aws.license_manager.list_associations_for_license_configuration
Example SQL Queries
SELECT * FROMaws.license_manager.list_associations_for_license_configurationWHERE"license_configuration_arn" = 'VALUE';Description
Lists the resource associations for the specified license configuration.
Resource associations need not consume licenses from a license configuration. For example, an AMI or a stopped instance might not consume a license (depending on the license rules).
Table Definition
| Column Name | Column Data Type |
|---|---|
| license_configuration_arn Required Input Column Amazon Resource Name (ARN) of a 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 |
| association_time Time when the license configuration was associated with the resource. | TIMESTAMP_S |
| resource_arn Amazon Resource Name (ARN) of the resource. | VARCHAR |
| resource_owner_id ID of the Amazon Web Services account that owns the resource consuming licenses. | VARCHAR |
| resource_type Type of server resource. | VARCHAR |