| Package | Description |
|---|---|
| software.amazon.awscdk.services.iot |
AWS IoT Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAction.Jsii$Default
Internal default implementation for
IAction. |
| 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.
|
Copyright © 2022. All rights reserved.