interface ClearTimerProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTEvents.CfnDetectorModelPropsMixin.ClearTimerProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotevents#CfnDetectorModelPropsMixin_ClearTimerProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotevents.CfnDetectorModelPropsMixin.ClearTimerProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotevents.CfnDetectorModelPropsMixin.ClearTimerProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotevents » 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 { aws_iotevents as iotevents } from '@aws-cdk/cfn-property-mixins';
const clearTimerProperty: iotevents.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