aws-cdk-lib.aws_iotevents.CfnDetectorModel.ClearTimerProperty

interface ClearTimerProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTEvents.CfnDetectorModel.ClearTimerProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotevents#CfnDetectorModel_ClearTimerProperty
Javasoftware.amazon.awscdk.services.iotevents.CfnDetectorModel.ClearTimerProperty
Pythonaws_cdk.aws_iotevents.CfnDetectorModel.ClearTimerProperty
TypeScript aws-cdk-lib » aws_iotevents » CfnDetectorModel » 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-lib';
const clearTimerProperty: iotevents.CfnDetectorModel.ClearTimerProperty = {
  timerName: 'timerName',
};

Properties

NameTypeDescription
timerNamestringThe name of the timer to clear.

timerName

Type: string

The name of the timer to clear.