The CDK Construct Library for AWS::IoT
Project description
AWS IoT Construct Library
---All classes with the
Cfnprefix in this module (CFN Resources) are always stable and safe to use.
The APIs of higher level constructs in this module are experimental and under active development. They are subject to non-backward compatible changes or removal in any future version. These are not subject to the Semantic Versioning model and breaking changes will be announced in the release notes. This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
AWS IoT Core lets you connect billions of IoT devices and route trillions of messages to AWS services without managing infrastructure.
Installation
Install the module:
$ npm i @aws-cdk/aws-iot
Import it into your code:
# Example automatically generated. See https://github.com/aws/jsii/issues/826
import aws_cdk.aws_iot as iot
TopicRule
The TopicRule construct defined Rules that give your devices the ability to
interact with AWS services.
For example, to define a rule:
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
iot.TopicRule(stack, "MyTopicRule",
topic_rule_name="MyRuleName", # optional property
sql=iot.IotSql.from_string_as_ver20160323("SELECT topic(2) as device_id, temperature FROM 'device/+/data'")
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aws-cdk.aws-iot-alpha-2.0.0a2.tar.gz.
File metadata
- Download URL: aws-cdk.aws-iot-alpha-2.0.0a2.tar.gz
- Upload date:
- Size: 285.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f718f459b6730c410233d315f591c0bbf5fc87d1a3b7f30a876568c74fe869f2
|
|
| MD5 |
d7e8e11be5f975b78c60b0026e1e666d
|
|
| BLAKE2b-256 |
03aa2be7f6970ec72914cbb8aabf93ff7cc86de728cac2ad54b207edb1ed6d26
|
File details
Details for the file aws_cdk.aws_iot_alpha-2.0.0a2-py3-none-any.whl.
File metadata
- Download URL: aws_cdk.aws_iot_alpha-2.0.0a2-py3-none-any.whl
- Upload date:
- Size: 285.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d0ad71491e9a6d3de097ec183d468ad1b0ee06b256a502e6422f042c5fa4c92
|
|
| MD5 |
1c680ba841c56c4a73c9200357c10776
|
|
| BLAKE2b-256 |
933d222de194f0323616b38a9e2a510cf560f3d58df62604465ed22f25efaf22
|