aws-cdk-lib.aws_iotevents.CfnDetectorModel.ResetTimerProperty

interface ResetTimerProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTEvents.CfnDetectorModel.ResetTimerProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotevents#CfnDetectorModel_ResetTimerProperty
Javasoftware.amazon.awscdk.services.iotevents.CfnDetectorModel.ResetTimerProperty
Pythonaws_cdk.aws_iotevents.CfnDetectorModel.ResetTimerProperty
TypeScript 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

NameTypeDescription
timerNamestringThe name of the timer to reset.

timerName

Type: string

The name of the timer to reset.