Learn R Programming

paws.management (version 0.2.0)

licensemanager_list_distributed_grants: Lists the grants distributed for the specified license

Description

Lists the grants distributed for the specified license.

See https://paws-r.github.io/docs/licensemanager/list_distributed_grants.html for full documentation.

Usage

licensemanager_list_distributed_grants(
  GrantArns = NULL,
  Filters = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

GrantArns

Amazon Resource Names (ARNs) of the grants.

Filters

Filters to scope the results. The following filters are supported:

  • LicenseArn

  • GrantStatus

  • GranteePrincipalARN

  • ProductSKU

  • LicenseIssuerName

NextToken

Token for the next set of results.

MaxResults

Maximum number of results to return in a single call.