
com.pulumi.awsnative.licensemanager.kotlin.outputs.LicenseBorrowConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.licensemanager.kotlin.outputs
import kotlin.Boolean
import kotlin.Int
import kotlin.Suppress
/**
*
* @property allowEarlyCheckIn Indicates whether early check-ins are allowed.
* @property maxTimeToLiveInMinutes Maximum time for the borrow configuration, in minutes.
*/
public data class LicenseBorrowConfiguration(
public val allowEarlyCheckIn: Boolean,
public val maxTimeToLiveInMinutes: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.licensemanager.outputs.LicenseBorrowConfiguration): LicenseBorrowConfiguration = LicenseBorrowConfiguration(
allowEarlyCheckIn = javaType.allowEarlyCheckIn(),
maxTimeToLiveInMinutes = javaType.maxTimeToLiveInMinutes(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy