All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.licensemanager.kotlin.outputs.GetReceivedLicenseConsumptionConfigurationBorrowConfiguration.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 6.57.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.aws.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 provisional configuration, in minutes.
 */
public data class GetReceivedLicenseConsumptionConfigurationBorrowConfiguration(
    public val allowEarlyCheckIn: Boolean,
    public val maxTimeToLiveInMinutes: Int,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.licensemanager.outputs.GetReceivedLicenseConsumptionConfigurationBorrowConfiguration): GetReceivedLicenseConsumptionConfigurationBorrowConfiguration =
            GetReceivedLicenseConsumptionConfigurationBorrowConfiguration(
                allowEarlyCheckIn = javaType.allowEarlyCheckIn(),
                maxTimeToLiveInMinutes = javaType.maxTimeToLiveInMinutes(),
            )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy