interface IAction
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoT.IAction |
Java | software.amazon.awscdk.services.iot.IAction |
Python | aws_cdk.aws_iot.IAction |
TypeScript (source) | @aws-cdk/aws-iot » IAction |
Implemented by
Cloud, Cloud, Cloud, Firehose, Iot, Kinesis, Lambda, S3, Sns, Sqs
An abstract action for TopicRule.
Methods
| Name | Description |
|---|---|
| bind(topicRule) | Returns the topic rule action specification. |
bind(topicRule)
public bind(topicRule: ITopicRule): ActionConfig
Parameters
- topicRule
ITopic— The TopicRule that would trigger this action.Rule
Returns
Returns the topic rule action specification.

.NET
Java
Python
TypeScript (