Interface CfnDetectorModel.ISetVariableProperty
Information about the variable and its new value.
Namespace: Amazon.CDK.AWS.IoTEvents
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISetVariableProperty
Syntax (vb)
Public Interface ISetVariableProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTEvents;
var setVariableProperty = new SetVariableProperty {
Value = "value",
VariableName = "variableName"
};
Synopsis
Properties
Value | The new value of the variable. |
Variable |
The name of the variable. |
Properties
Value
The new value of the variable.
string Value { get; }
Property Value
System.
Remarks
VariableName
The name of the variable.
string VariableName { get; }
Property Value
System.