| Package | Description |
|---|---|
| software.amazon.awscdk.services.iot |
AWS IoT Construct Library
|
| software.amazon.awscdk.services.iot.actions |
Actions for AWS IoT Rule
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ITopicRule.Jsii$Default
Internal default implementation for
ITopicRule. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ITopicRule.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
TopicRule
(experimental) Defines an AWS IoT Rule in this stack.
|
| Modifier and Type | Method and Description |
|---|---|
static ITopicRule |
TopicRule.fromTopicRuleArn(software.constructs.Construct scope,
String id,
String topicRuleArn)
(experimental) Import an existing AWS IoT Rule provided an ARN.
|
| Modifier and Type | Method and Description |
|---|---|
ActionConfig |
IAction.bind(ITopicRule topicRule)
(experimental) Returns the topic rule action specification.
|
ActionConfig |
IAction.Jsii$Proxy.bind(ITopicRule topicRule)
(experimental) Returns the topic rule action specification.
|
default ActionConfig |
IAction.Jsii$Default.bind(ITopicRule topicRule)
(experimental) Returns the topic rule action specification.
|
| Modifier and Type | Method and Description |
|---|---|
ActionConfig |
LambdaFunctionAction.bind(ITopicRule topicRule)
(experimental) Returns the topic rule action specification.
|
ActionConfig |
S3PutObjectAction.bind(ITopicRule rule)
(experimental) Returns the topic rule action specification.
|
ActionConfig |
CloudWatchSetAlarmStateAction.bind(ITopicRule topicRule)
(experimental) Returns the topic rule action specification.
|
ActionConfig |
CloudWatchPutMetricAction.bind(ITopicRule rule)
(experimental) Returns the topic rule action specification.
|
ActionConfig |
KinesisPutRecordAction.bind(ITopicRule rule)
(experimental) Returns the topic rule action specification.
|
ActionConfig |
SqsQueueAction.bind(ITopicRule rule)
(experimental) Returns the topic rule action specification.
|
ActionConfig |
SnsTopicAction.bind(ITopicRule rule)
(experimental) Returns the topic rule action specification.
|
ActionConfig |
IotRepublishMqttAction.bind(ITopicRule rule)
(experimental) Returns the topic rule action specification.
|
ActionConfig |
FirehosePutRecordAction.bind(ITopicRule rule)
(experimental) Returns the topic rule action specification.
|
ActionConfig |
CloudWatchLogsAction.bind(ITopicRule rule)
(experimental) Returns the topic rule action specification.
|
Copyright © 2022. All rights reserved.