paws.management (version 0.1.0)

licensemanager_list_associations_for_license_configuration: Lists the resource associations for a license configuration

Description

Lists the resource associations for a license configuration. Resource associations need not consume licenses from a license configuration. For example, an AMI or a stopped instance may not consume a license (depending on the license rules). Use this operation to find all resources associated with a license configuration.

Usage

licensemanager_list_associations_for_license_configuration(
  LicenseConfigurationArn, MaxResults, NextToken)

Arguments

LicenseConfigurationArn

[required] ARN of a LicenseConfiguration object.

MaxResults

Maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

NextToken

Token for the next set of results.

Request syntax

svc$list_associations_for_license_configuration(
  LicenseConfigurationArn = "string",
  MaxResults = 123,
  NextToken = "string"
)