class ClearTimerAction
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.IoTEvents.Actions.Alpha.ClearTimerAction | 
  Go | github.com/aws/aws-cdk-go/awscdkioteventsactionsalpha/v2#ClearTimerAction | 
  Java | software.amazon.awscdk.services.iotevents.actions.alpha.ClearTimerAction | 
  Python | aws_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. 

 .NET
 Go
 Java
 Python
 TypeScript (