interface ResetTimerProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTEvents.Mixins.CfnDetectorModelPropsMixin.ResetTimerProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotevents/mixins#CfnDetectorModelPropsMixin_ResetTimerProperty |
Java | software.amazon.awscdk.mixins.preview.services.iotevents.mixins.CfnDetectorModelPropsMixin.ResetTimerProperty |
Python | aws_cdk.mixins_preview.aws_iotevents.mixins.CfnDetectorModelPropsMixin.ResetTimerProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iotevents » mixins » CfnDetectorModelPropsMixin » 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 { mixins as iotevents_mixins } from '@aws-cdk/mixins-preview/aws-iotevents';
const resetTimerProperty: iotevents_mixins.CfnDetectorModelPropsMixin.ResetTimerProperty = {
timerName: 'timerName',
};
Properties
| Name | Type | Description |
|---|---|---|
| timer | string | The name of the timer to reset. |
timerName?
Type:
string
(optional)
The name of the timer to reset.

.NET
Go
Java
Python
TypeScript