Trigger Class

Trigger.

Inheritance
Trigger

Constructor

Trigger(*, time_after_create: Optional[str] = None, time_before_expiry: Optional[str] = None, **kwargs)

Variables

time_after_create
str

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'.

time_before_expiry
str

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