| Package | Description |
|---|---|
| software.amazon.awscdk.services.iot |
AWS IoT Construct Library
|
| software.amazon.awscdk.services.iot.actions |
Actions for AWS IoT Rule
|
| 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 IAction |
TopicRuleProps.getErrorAction()
(experimental) The action AWS IoT performs when it is unable to perform a rule's action.
|
IAction |
TopicRuleProps.Jsii$Proxy.getErrorAction() |
| Modifier and Type | Method and Description |
|---|---|
default List<IAction> |
TopicRuleProps.getActions()
(experimental) The actions associated with the topic rule.
|
List<IAction> |
TopicRuleProps.Jsii$Proxy.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicRule.addAction(IAction action)
(experimental) Add a action to the topic rule.
|
TopicRuleProps.Builder |
TopicRuleProps.Builder.errorAction(IAction errorAction)
Sets the value of
TopicRuleProps.getErrorAction() |
TopicRule.Builder |
TopicRule.Builder.errorAction(IAction errorAction)
(experimental) The action AWS IoT performs when it is unable to perform a rule's action.
|
| Modifier and Type | Method and Description |
|---|---|
TopicRuleProps.Builder |
TopicRuleProps.Builder.actions(List<? extends IAction> actions)
Sets the value of
TopicRuleProps.getActions() |
TopicRule.Builder |
TopicRule.Builder.actions(List<? extends IAction> actions)
(experimental) The actions associated with the topic rule.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloudWatchLogsAction
(experimental) The action to send data to Amazon CloudWatch Logs.
|
class |
CloudWatchPutMetricAction
(experimental) The action to capture an Amazon CloudWatch metric.
|
class |
CloudWatchSetAlarmStateAction
(experimental) The action to change the state of an Amazon CloudWatch alarm.
|
class |
FirehoseStreamAction
(experimental) The action to put the record from an MQTT message to the Kinesis Data Firehose stream.
|
class |
LambdaFunctionAction
(experimental) The action to invoke an AWS Lambda function, passing in an MQTT message.
|
class |
S3PutObjectAction
(experimental) The action to write the data from an MQTT message to an Amazon S3 bucket.
|
class |
SqsQueueAction
(experimental) The action to write the data from an MQTT message to an Amazon SQS queue.
|
Copyright © 2022. All rights reserved.