Skip to main content

failures_for_license_configuration_operations

Creates, updates, deletes, gets or lists a failures_for_license_configuration_operations resource.

Overview

Namefailures_for_license_configuration_operations
TypeResource
Idaws.license_manager.failures_for_license_configuration_operations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
license_operation_failure_listarrayLicense configuration operations that failed.
next_tokenstringToken for the next set of results.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_failures_for_license_configuration_operationsselectregionLists the license configuration operations that failed.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Lists the license configuration operations that failed.

SELECT
license_operation_failure_list,
next_token
FROM aws.license_manager.failures_for_license_configuration_operations
WHERE region = '{{ region }}' -- required
;