IAction¶
-
class
aws_cdk.aws_iot.
IAction
(*args, **kwds)¶ Bases:
typing_extensions.Protocol
(experimental) An abstract action for TopicRule.
- Stability
experimental
Methods
-
bind
(topic_rule)¶ (experimental) Returns the topic rule action specification.
- Parameters
topic_rule (
ITopicRule
) – The TopicRule that would trigger this action.- Stability
experimental
- Return type