paws.management (version 0.1.0)

licensemanager_list_license_specifications_for_resource: Returns the license configuration for a resource

Description

Returns the license configuration for a resource.

Usage

licensemanager_list_license_specifications_for_resource(ResourceArn,
  MaxResults, NextToken)

Arguments

ResourceArn

[required] ARN of an AMI or Amazon EC2 instance that has an associated license configuration.

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_license_specifications_for_resource(
  ResourceArn = "string",
  MaxResults = 123,
  NextToken = "string"
)