Uses of Class
software.amazon.awscdk.services.iotevents.Expression
Packages that use Expression
Package
Description
AWS::IoTEvents Construct Library
Actions for AWS::IoTEvents Detector Model
-
Uses of Expression in software.amazon.awscdk.services.iotevents
Methods in software.amazon.awscdk.services.iotevents that return ExpressionModifier and TypeMethodDescriptionstatic Expression
Expression.and
(Expression left, Expression right) (experimental) Create a expression for the AND operator.static Expression
Expression.currentInput
(IInput input) (experimental) Create a expression for functioncurrentInput()
.static Expression
Expression.eq
(Expression left, Expression right) (experimental) Create a expression for the Equal operator.static Expression
Expression.fromString
(String value) (experimental) Create a expression from the given string.default Expression
Event.getCondition()
(experimental) The Boolean expression that, whentrue
, causes the actions to be performed.final Expression
Event.Jsii$Proxy.getCondition()
TransitionOptions.getWhen()
(experimental) The condition that is used to determine to cause the state transition and the actions.final Expression
TransitionOptions.Jsii$Proxy.getWhen()
static Expression
Expression.gt
(Expression left, Expression right) (experimental) Create a expression for the Greater Than operator.static Expression
Expression.gte
(Expression left, Expression right) (experimental) Create a expression for the Greater Than Or Equal operator.static Expression
Expression.inputAttribute
(IInput input, String path) (experimental) Create a expression for get an input attribute as$input.TemperatureInput.temperatures[2]
.static Expression
Expression.lt
(Expression left, Expression right) (experimental) Create a expression for the Less Than operator.static Expression
Expression.lte
(Expression left, Expression right) (experimental) Create a expression for the Less Than Or Equal operator.static Expression
Expression.neq
(Expression left, Expression right) (experimental) Create a expression for the Not Equal operator.static Expression
Expression.or
(Expression left, Expression right) (experimental) Create a expression for the OR operator.Methods in software.amazon.awscdk.services.iotevents with parameters of type ExpressionModifier and TypeMethodDescriptionstatic Expression
Expression.and
(Expression left, Expression right) (experimental) Create a expression for the AND operator.Event.Builder.condition
(Expression condition) Sets the value ofEvent.getCondition()
static Expression
Expression.eq
(Expression left, Expression right) (experimental) Create a expression for the Equal operator.static Expression
Expression.gt
(Expression left, Expression right) (experimental) Create a expression for the Greater Than operator.static Expression
Expression.gte
(Expression left, Expression right) (experimental) Create a expression for the Greater Than Or Equal operator.static Expression
Expression.lt
(Expression left, Expression right) (experimental) Create a expression for the Less Than operator.static Expression
Expression.lte
(Expression left, Expression right) (experimental) Create a expression for the Less Than Or Equal operator.static Expression
Expression.neq
(Expression left, Expression right) (experimental) Create a expression for the Not Equal operator.static Expression
Expression.or
(Expression left, Expression right) (experimental) Create a expression for the OR operator.TransitionOptions.Builder.when
(Expression when) Sets the value ofTransitionOptions.getWhen()
-
Uses of Expression in software.amazon.awscdk.services.iotevents.actions
Constructors in software.amazon.awscdk.services.iotevents.actions with parameters of type Expression