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

.NET
Go
Java
Python
TypeScript