GetReceivedLicenseResult

data class GetReceivedLicenseResult(val beneficiary: String, val consumptionConfigurations: List<GetReceivedLicenseConsumptionConfiguration>, val createTime: String, val entitlements: List<GetReceivedLicenseEntitlement>, val homeRegion: String, val id: String, val issuers: List<GetReceivedLicenseIssuer>, val licenseArn: String, val licenseMetadatas: List<GetReceivedLicenseLicenseMetadata>, val licenseName: String, val productName: String, val productSku: String, val receivedMetadatas: List<GetReceivedLicenseReceivedMetadata>, val status: String, val validities: List<GetReceivedLicenseValidity>, val version: String)

A collection of values returned by getReceivedLicense.

Constructors

Link copied to clipboard
constructor(beneficiary: String, consumptionConfigurations: List<GetReceivedLicenseConsumptionConfiguration>, createTime: String, entitlements: List<GetReceivedLicenseEntitlement>, homeRegion: String, id: String, issuers: List<GetReceivedLicenseIssuer>, licenseArn: String, licenseMetadatas: List<GetReceivedLicenseLicenseMetadata>, licenseName: String, productName: String, productSku: String, receivedMetadatas: List<GetReceivedLicenseReceivedMetadata>, status: String, validities: List<GetReceivedLicenseValidity>, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Granted license beneficiary. This is in the form of the ARN of the root user of the account.

Link copied to clipboard

Configuration for consumption of the license. Detailed below

Link copied to clipboard

Creation time of the granted license in RFC 3339 format.

Link copied to clipboard

License entitlements. Detailed below

Link copied to clipboard

Home Region of the granted license.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Granted license issuer. Detailed below

Link copied to clipboard

Amazon Resource Name (ARN) of the license.

Link copied to clipboard

Granted license metadata. This is in the form of a set of all meta data. Detailed below

Link copied to clipboard

License name.

Link copied to clipboard

Product name.

Link copied to clipboard
Link copied to clipboard

Granted license received metadata. Detailed below

Link copied to clipboard

Granted license status.

Link copied to clipboard

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

Link copied to clipboard

Version of the granted license.