marketplaceentitlementservice_get_entitlements: GetEntitlements retrieves entitlement values for a given...

View source: R/marketplaceentitlementservice_operations.R

marketplaceentitlementservice_get_entitlementsR Documentation

GetEntitlements retrieves entitlement values for a given product

Description

GetEntitlements retrieves entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions.

See https://www.paws-r-sdk.com/docs/marketplaceentitlementservice_get_entitlements/ for full documentation.

Usage

marketplaceentitlementservice_get_entitlements(
  ProductCode,
  Filter = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

ProductCode

[required] Product code is used to uniquely identify a product in AWS Marketplace. The product code will be provided by AWS Marketplace when the product listing is created.

Filter

Filter is used to return entitlements for a specific customer or for a specific dimension. Filters are described as keys mapped to a lists of values. Filtered requests are unioned for each value in the value list, and then intersected for each filter key.

NextToken

For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult.

MaxResults

The maximum number of items to retrieve from the GetEntitlements operation. For pagination, use the NextToken field in subsequent calls to GetEntitlements.


paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.