Get License Result
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)
Properties
Link copied to clipboard
Beneficiary of the license.
Link copied to clipboard
Configuration for consumption of the license.
Link copied to clipboard
License entitlements.
Link copied to clipboard
Home region for the created license.
Link copied to clipboard
License issuer.
Link copied to clipboard
Amazon Resource Name is a unique name for each resource.
Link copied to clipboard
License metadata.
Link copied to clipboard
Name for the created license.
Link copied to clipboard
Product name for the created license.
Link copied to clipboard
ProductSKU of the license.
Link copied to clipboard
Date and time range during which the license is valid, in ISO8601-UTC format.