Uses of Interface
software.amazon.awscdk.services.iot.IAction
Package
Description
AWS IoT Construct Library
Actions for AWS IoT Rule
-
Uses of IAction in software.amazon.awscdk.services.iot
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAction
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptiondefault IAction
TopicRuleProps.getErrorAction()
(experimental) The action AWS IoT performs when it is unable to perform a rule's action.final IAction
TopicRuleProps.Jsii$Proxy.getErrorAction()
Modifier and TypeMethodDescriptionTopicRuleProps.getActions()
(experimental) The actions associated with the topic rule.TopicRuleProps.Jsii$Proxy.getActions()
Modifier 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()
Modifier and TypeMethodDescription(experimental) The actions associated with the topic rule.Sets the value ofTopicRuleProps.getActions()
-
Uses of IAction in software.amazon.awscdk.services.iot.actions
Modifier and TypeClassDescriptionclass
(experimental) The action to send data to Amazon CloudWatch Logs.class
(experimental) The action to capture an Amazon CloudWatch metric.class
(experimental) The action to change the state of an Amazon CloudWatch alarm.class
(experimental) The action to put the record from an MQTT message to the Kinesis Data Firehose stream.class
(experimental) The action to put the record from an MQTT message to republish another MQTT topic.class
(experimental) The action to put the record from an MQTT message to the Kinesis Data stream.class
(experimental) The action to invoke an AWS Lambda function, passing in an MQTT message.class
(experimental) The action to write the data from an MQTT message to an Amazon S3 bucket.class
(experimental) The action to write the data from an MQTT message to an Amazon SNS topic.class
(experimental) The action to write the data from an MQTT message to an Amazon SQS queue.