LicenseArgs

data class LicenseArgs(val beneficiary: Output<String>? = null, val consumptionConfiguration: Output<LicenseConsumptionConfigurationArgs>? = null, val entitlements: Output<List<LicenseEntitlementArgs>>? = null, val homeRegion: Output<String>? = null, val issuer: Output<LicenseIssuerDataArgs>? = null, val licenseMetadata: Output<List<LicenseMetadataArgs>>? = null, val licenseName: Output<String>? = null, val productName: Output<String>? = null, val productSku: Output<String>? = null, val status: Output<String>? = null, val validity: Output<LicenseValidityDateFormatArgs>? = null) : ConvertibleToJava<LicenseArgs>

Resource Type definition for AWS::LicenseManager::License

Constructors

Link copied to clipboard
fun LicenseArgs(beneficiary: Output<String>? = null, consumptionConfiguration: Output<LicenseConsumptionConfigurationArgs>? = null, entitlements: Output<List<LicenseEntitlementArgs>>? = null, homeRegion: Output<String>? = null, issuer: Output<LicenseIssuerDataArgs>? = null, licenseMetadata: Output<List<LicenseMetadataArgs>>? = null, licenseName: Output<String>? = null, productName: Output<String>? = null, productSku: Output<String>? = null, status: Output<String>? = null, validity: Output<LicenseValidityDateFormatArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): LicenseArgs

Properties

Link copied to clipboard
val beneficiary: Output<String>? = null

Beneficiary of the license.

Link copied to clipboard
Link copied to clipboard
val homeRegion: Output<String>? = null

Home region for the created license.

Link copied to clipboard
val issuer: Output<LicenseIssuerDataArgs>? = null
Link copied to clipboard
Link copied to clipboard
val licenseName: Output<String>? = null

Name for the created license.

Link copied to clipboard
val productName: Output<String>? = null

Product name for the created license.

Link copied to clipboard
val productSku: Output<String>? = null

ProductSKU of the license.

Link copied to clipboard
val status: Output<String>? = null
Link copied to clipboard