marketplacemetering_register_usage: Paid container software products sold through AWS Marketplace...

View source: R/marketplacemetering_operations.R

marketplacemetering_register_usageR Documentation

Paid container software products sold through AWS Marketplace must integrate with the AWS Marketplace Metering Service and call the RegisterUsage operation for software entitlement and metering

Description

Paid container software products sold through AWS Marketplace must integrate with the AWS Marketplace Metering Service and call the register_usage operation for software entitlement and metering. Free and BYOL products for Amazon ECS or Amazon EKS aren't required to call register_usage, but you may choose to do so if you would like to receive usage data in your seller reports. The sections below explain the behavior of register_usage. register_usage performs two primary functions: metering and entitlement.

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

Usage

marketplacemetering_register_usage(ProductCode, PublicKeyVersion, Nonce = NULL)

Arguments

ProductCode

[required] Product code is used to uniquely identify a product in AWS Marketplace. The product code should be the same as the one used during the publishing of a new product.

PublicKeyVersion

[required] Public Key Version provided by AWS Marketplace

Nonce

(Optional) To scope down the registration to a specific running software instance and guard against replay attacks.


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