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

class ClearTimerAction 🔹

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

Implements IAction

The action to delete 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 clearTimerAction = new iotevents_actions_alpha.ClearTimerAction('timerName');

Initializer

new ClearTimerAction(timerName: string)

Parameters

  • timerName string — the name of the timer.