| Package | Description |
|---|---|
| software.amazon.awscdk.services.iotevents |
AWS::IoTEvents Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IInput.Jsii$Default
Internal default implementation for
IInput. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IInput.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Input
(experimental) Defines an AWS IoT Events input in this stack.
|
| Modifier and Type | Method and Description |
|---|---|
static IInput |
Input.fromInputName(software.constructs.Construct scope,
String id,
String inputName)
(experimental) Import an existing input.
|
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Expression.currentInput(IInput input)
(experimental) Create a expression for function `currentInput()`.
|
static Expression |
Expression.inputAttribute(IInput input,
String path)
(experimental) Create a expression for get an input attribute as `$input.TemperatureInput.temperatures[2]`.
|
Copyright © 2022. All rights reserved.