aws.license_manager.list_failures_for_license_configuration_operations
Example SQL Queries
SELECT * FROMaws.license_manager.list_failures_for_license_configuration_operationsWHERE"license_configuration_arn" = 'VALUE';Description
Lists the license configuration operations that failed.
Table Definition
| Column Name | Column Data Type |
|---|---|
| license_configuration_arn Required Input Column Amazon Resource Name of the license configuration. | 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 |
| license_operation_failure_list License configuration operations that failed. | STRUCT( |
Show child fields
| |