ResetTimerAction

class aws_cdk.aws_iotevents_actions_alpha.ResetTimerAction(timer_name)

Bases: object

(experimental) The action to reset an existing timer.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_iotevents_actions_alpha as iotevents_actions_alpha

reset_timer_action = iotevents_actions_alpha.ResetTimerAction("timerName")
Parameters:

timer_name (str) – the name of the timer.

Stability:

experimental