Entitlement

An entitlement represents capacity in a product owned by the customer. For example, a customer might own some number of users or seats in an SaaS application or some amount of data capacity in a multi-tenant database.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CustomerAWSAccountID parameter specifies the AWS account ID of the buyer.

Link copied to clipboard

The customer identifier is a handle to each unique customer in an application. Customer identifiers are obtained through the ResolveCustomer operation in AWS Marketplace Metering Service.

Link copied to clipboard

The dimension for which the given entitlement applies. Dimensions represent categories of capacity in a product and are specified when the product is listed in AWS Marketplace.

Link copied to clipboard

The expiration date represents the minimum date through which this entitlement is expected to remain valid. For contractual products listed on AWS Marketplace, the expiration date is the date at which the customer will renew or cancel their contract. Customers who are opting to renew their contract will still have entitlements with an expiration date.

Link copied to clipboard

The product code for which the given entitlement applies. Product codes are provided by AWS Marketplace when the product listing is created.

Link copied to clipboard

The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.

Functions

Link copied to clipboard
inline fun copy(block: Entitlement.Builder.() -> Unit = {}): Entitlement
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String