Skip to main content

license_configurations_for_organizations

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

Overview

Namelicense_configurations_for_organizations
TypeResource
Idaws.license_manager.license_configurations_for_organizations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
license_configurationsarrayLicense configurations.
next_tokenstringToken for the next set of results.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_license_configurations_for_organizationselectregionLists license configurations for an organization.

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 license configurations for an organization.

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