TriggerArgs

data class TriggerArgs(val timeAfterCreate: Output<String>? = null, val timeBeforeExpiry: Output<String>? = null) : ConvertibleToJava<TriggerArgs>

Constructors

Link copied to clipboard
constructor(timeAfterCreate: Output<String>? = null, timeBeforeExpiry: Output<String>? = null)

Properties

Link copied to clipboard
val timeAfterCreate: Output<String>? = null

The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.

Link copied to clipboard
val timeBeforeExpiry: Output<String>? = null

The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.

Functions

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