Interface CfnDetectorModel.SetVariableProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDetectorModel.SetVariableProperty.Jsii$Proxy
Enclosing class:
CfnDetectorModel

@Stability(Stable) public static interface CfnDetectorModel.SetVariableProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iotevents.*;
 SetVariableProperty setVariableProperty = SetVariableProperty.builder()
         .value("value")
         .variableName("variableName")
         .build();