aws-cdk-lib.aws_iotevents.CfnDetectorModel.SetVariableProperty

interface SetVariableProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTEvents.CfnDetectorModel.SetVariableProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotevents#CfnDetectorModel_SetVariableProperty
Javasoftware.amazon.awscdk.services.iotevents.CfnDetectorModel.SetVariableProperty
Pythonaws_cdk.aws_iotevents.CfnDetectorModel.SetVariableProperty
TypeScript aws-cdk-lib » aws_iotevents » CfnDetectorModel » SetVariableProperty

Information about the variable and its new value.

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 setVariableProperty: iotevents.CfnDetectorModel.SetVariableProperty = {
  value: 'value',
  variableName: 'variableName',
};

Properties

NameTypeDescription
valuestringThe new value of the variable.
variableNamestringThe name of the variable.

value

Type: string

The new value of the variable.


variableName

Type: string

The name of the variable.