Uses of Interface
software.amazon.awscdk.services.iot.IAction
-
Uses of IAction in software.amazon.awscdk.services.iot
Subinterfaces of IAction in software.amazon.awscdk.services.iotModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAction.Classes in software.amazon.awscdk.services.iot that implement IActionModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.iot that return IActionModifier and TypeMethodDescriptiondefault IActionTopicRuleProps.getErrorAction()(experimental) The action AWS IoT performs when it is unable to perform a rule's action.final IActionTopicRuleProps.Jsii$Proxy.getErrorAction()Methods in software.amazon.awscdk.services.iot that return types with arguments of type IActionModifier and TypeMethodDescriptionTopicRuleProps.getActions()(experimental) The actions associated with the topic rule.TopicRuleProps.Jsii$Proxy.getActions()Methods in software.amazon.awscdk.services.iot with parameters of type IActionModifier and TypeMethodDescriptionvoid(experimental) Add a action to the topic rule.TopicRule.Builder.errorAction(IAction errorAction) (experimental) The action AWS IoT performs when it is unable to perform a rule's action.TopicRuleProps.Builder.errorAction(IAction errorAction) Sets the value ofTopicRuleProps.getErrorAction()Method parameters in software.amazon.awscdk.services.iot with type arguments of type IActionModifier and TypeMethodDescription(experimental) The actions associated with the topic rule.Sets the value ofTopicRuleProps.getActions()