CertificateCertificatePolicyLifetimeActionTriggerArgs

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

Constructors

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

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. 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. Conflicts with days_before_expiry.

Functions

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