| 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 | Interface and Description |
|---|---|
static interface |
IAction.Jsii$Default
Internal default implementation for
IAction. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IAction.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IAction> |
Event.getActions()
(experimental) The actions to be performed.
|
List<IAction> |
Event.Jsii$Proxy.getActions() |
default List<IAction> |
TransitionOptions.getExecuting()
(experimental) The actions to be performed with the transition.
|
List<IAction> |
TransitionOptions.Jsii$Proxy.getExecuting() |
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.actions(List<? extends IAction> actions)
Sets the value of
Event.getActions() |
TransitionOptions.Builder |
TransitionOptions.Builder.executing(List<? extends IAction> executing)
Sets the value of
TransitionOptions.getExecuting() |
| Modifier and Type | Class and Description |
|---|---|
class |
LambdaInvokeAction
(experimental) The action to write the data to an AWS Lambda function.
|
class |
SetVariableAction
(experimental) The action to create a variable with a specified value.
|
Copyright © 2022. All rights reserved.