Trigger Class
Trigger.
Constructor
Trigger(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
time_after_create
|
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
|
The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. |
Attributes
time_after_create
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_after_create: str | None
time_before_expiry
The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.
time_before_expiry: str | None