| Package | Description |
|---|---|
| software.amazon.awscdk.services.iotevents |
AWS::IoTEvents Construct Library
|
| software.amazon.awscdk.services.iotevents.actions |
Actions for AWS::IoTEvents Detector Model
|
| Modifier and Type | Method and Description |
|---|---|
static 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 function `currentInput()`.
|
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, when `true`, causes the actions to be performed.
|
Expression |
Event.Jsii$Proxy.getCondition() |
Expression |
TransitionOptions.getWhen()
(experimental) The condition that is used to determine to cause the state transition and the actions.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Expression.and(Expression left,
Expression right)
(experimental) Create a expression for the AND operator.
|
Event.Builder |
Event.Builder.condition(Expression condition)
Sets the value of
Event.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 |
TransitionOptions.Builder.when(Expression when)
Sets the value of
TransitionOptions.getWhen() |
| Constructor and Description |
|---|
SetVariableAction(String variableName,
Expression value) |
Copyright © 2022. All rights reserved.