interface ResetTimerProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTEvents.CfnDetectorModel.ResetTimerProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotevents#CfnDetectorModel_ResetTimerProperty |
![]() | software.amazon.awscdk.services.iotevents.CfnDetectorModel.ResetTimerProperty |
![]() | aws_cdk.aws_iotevents.CfnDetectorModel.ResetTimerProperty |
![]() | aws-cdk-lib » aws_iotevents » CfnDetectorModel » ResetTimerProperty |
Information required to reset the timer.
The timer is reset to the previously evaluated result of the duration. The duration expression isn't reevaluated when you reset the timer.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotevents as iotevents } from 'aws-cdk-lib';
const resetTimerProperty: iotevents.CfnDetectorModel.ResetTimerProperty = {
timerName: 'timerName',
};
Properties
Name | Type | Description |
---|---|---|
timer | string | The name of the timer to reset. |
timerName
Type:
string
The name of the timer to reset.