interface ClearTimerProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTEvents.CfnDetectorModel.ClearTimerProperty |
![]() | software.amazon.awscdk.services.iotevents.CfnDetectorModel.ClearTimerProperty |
![]() | aws_cdk.aws_iotevents.CfnDetectorModel.ClearTimerProperty |
![]() | @aws-cdk/aws-iotevents » CfnDetectorModel » ClearTimerProperty |
Information needed to clear the timer.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotevents from '@aws-cdk/aws-iotevents';
const clearTimerProperty: iotevents.CfnDetectorModel.ClearTimerProperty = {
timerName: 'timerName',
};
Properties
Name | Type | Description |
---|---|---|
timer | string | The name of the timer to clear. |
timerName
Type:
string
The name of the timer to clear.