GetLicenseResult

data class GetLicenseResult(val beneficiary: String? = null, val consumptionConfiguration: LicenseConsumptionConfiguration? = null, val entitlements: List<LicenseEntitlement>? = null, val homeRegion: String? = null, val issuer: LicenseIssuerData? = null, val licenseArn: String? = null, val licenseMetadata: List<LicenseMetadata>? = null, val licenseName: String? = null, val productName: String? = null, val productSku: String? = null, val validity: LicenseValidityDateFormat? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(beneficiary: String? = null, consumptionConfiguration: LicenseConsumptionConfiguration? = null, entitlements: List<LicenseEntitlement>? = null, homeRegion: String? = null, issuer: LicenseIssuerData? = null, licenseArn: String? = null, licenseMetadata: List<LicenseMetadata>? = null, licenseName: String? = null, productName: String? = null, productSku: String? = null, validity: LicenseValidityDateFormat? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val beneficiary: String? = null

Beneficiary of the license.

Link copied to clipboard

Configuration for consumption of the license.

Link copied to clipboard

License entitlements.

Link copied to clipboard
val homeRegion: String? = null

Home region for the created license.

Link copied to clipboard

License issuer.

Link copied to clipboard
val licenseArn: String? = null

Amazon Resource Name is a unique name for each resource.

Link copied to clipboard

License metadata.

Link copied to clipboard
val licenseName: String? = null

Name for the created license.

Link copied to clipboard
val productName: String? = null

Product name for the created license.

Link copied to clipboard
val productSku: String? = null

ProductSKU of the license.

Link copied to clipboard

Date and time range during which the license is valid, in ISO8601-UTC format.

Link copied to clipboard
val version: String? = null

The version of the license.