RegionCommitmentLicenseResourceArgs

data class RegionCommitmentLicenseResourceArgs(val amount: Output<String>? = null, val coresPerLicense: Output<String>? = null, val license: Output<String>) : ConvertibleToJava<RegionCommitmentLicenseResourceArgs>

Constructors

Link copied to clipboard
constructor(amount: Output<String>? = null, coresPerLicense: Output<String>? = null, license: Output<String>)

Properties

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

The number of licenses purchased.

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

Specifies the core range of the instance for which this license applies.

Link copied to clipboard
val license: Output<String>

Any applicable license URI.

Functions

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