@aws-cdk_aws-iotevents-actions-alpha.ResetTimerAction

class ResetTimerAction 🔹

LanguageType name
.NETAmazon.CDK.AWS.IoTEvents.Actions.Alpha.ResetTimerAction
Gogithub.com/aws/aws-cdk-go/awscdkioteventsactionsalpha/v2#ResetTimerAction
Javasoftware.amazon.awscdk.services.iotevents.actions.alpha.ResetTimerAction
Pythonaws_cdk.aws_iotevents_actions_alpha.ResetTimerAction
TypeScript (source)@aws-cdk/aws-iotevents-actions-alpha » ResetTimerAction

Implements IAction

The action to reset an existing timer.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotevents_actions_alpha from '@aws-cdk/aws-iotevents-actions-alpha';
const resetTimerAction = new iotevents_actions_alpha.ResetTimerAction('timerName');

Initializer

new ResetTimerAction(timerName: string)

Parameters

  • timerName string — the name of the timer.