Learn R Programming

paws.management (version 0.1.8)

licensemanager_list_associations_for_license_configuration: Lists the resource associations for the specified license configuration

Description

Lists the resource associations for the specified license configuration.

Usage

licensemanager_list_associations_for_license_configuration(
  LicenseConfigurationArn, MaxResults, NextToken)

Arguments

LicenseConfigurationArn

[required] Amazon Resource Name (ARN) of a license configuration.

MaxResults

Maximum number of results to return in a single call.

NextToken

Token for the next set of results.

Request syntax

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

Details

Resource associations need not consume licenses from a license configuration. For example, an AMI or a stopped instance might not consume a license (depending on the license rules).