CertifiateCertificatePolicyLifetimeActionTriggerArgs

data class CertifiateCertificatePolicyLifetimeActionTriggerArgs(val daysBeforeExpiry: Output<Int>? = null, val lifetimePercentage: Output<Int>? = null) : ConvertibleToJava<CertifiateCertificatePolicyLifetimeActionTriggerArgs>

Constructors

fun CertifiateCertificatePolicyLifetimeActionTriggerArgs(daysBeforeExpiry: Output<Int>? = null, lifetimePercentage: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val daysBeforeExpiry: Output<Int>? = null

The number of days before the Certificate expires that the action associated with this Trigger should run. Changing this forces a new resource to be created. Conflicts with lifetime_percentage.

Link copied to clipboard
val lifetimePercentage: Output<Int>? = null

The percentage at which during the Certificates Lifetime the action associated with this Trigger should run. Changing this forces a new resource to be created. Conflicts with days_before_expiry.