List License Specifications for Resource
| licensemanager_list_license_specifications_for_resource | R Documentation |
Describes the license configurations for the specified resource¶
Description¶
Describes the license configurations for the specified resource.
Usage¶
Arguments¶
ResourceArn[required] Amazon Resource Name (ARN) of a resource that has an associated license configuration.
MaxResultsMaximum number of results to return in a single call.
NextTokenToken for the next set of results.
Value¶
A list with the following syntax:
list(
LicenseSpecifications = list(
list(
LicenseConfigurationArn = "string",
AmiAssociationScope = "string"
)
),
NextToken = "string"
)