Certificate Certificate Policy Lifetime Action Trigger Args
data class CertificateCertificatePolicyLifetimeActionTriggerArgs(val daysBeforeExpiry: Output<Int>? = null, val lifetimePercentage: Output<Int>? = null) : ConvertibleToJava<CertificateCertificatePolicyLifetimeActionTriggerArgs>
Properties
Link copied to clipboard
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
The percentage at which during the Certificates Lifetime the action associated with this Trigger should run. Conflicts with days_before_expiry
.