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

com.pulumi.azure.keyvault.kotlin.outputs.GetCertificateCertificatePolicyLifetimeActionTrigger.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azure.keyvault.kotlin.outputs

import kotlin.Int
import kotlin.Suppress

/**
 *
 * @property daysBeforeExpiry The number of days before the Certificate expires that the action associated with this Trigger should run.
 * @property lifetimePercentage The percentage at which during the Certificates Lifetime the action associated with this Trigger should run.
 */
public data class GetCertificateCertificatePolicyLifetimeActionTrigger(
    public val daysBeforeExpiry: Int,
    public val lifetimePercentage: Int,
) {
    public companion object {
        public
        fun toKotlin(javaType: com.pulumi.azure.keyvault.outputs.GetCertificateCertificatePolicyLifetimeActionTrigger):
            GetCertificateCertificatePolicyLifetimeActionTrigger =
            GetCertificateCertificatePolicyLifetimeActionTrigger(
                daysBeforeExpiry = javaType.daysBeforeExpiry(),
                lifetimePercentage = javaType.lifetimePercentage(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy