interface CfnTopicRuleProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoT.CfnTopicRuleProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnTopicRuleProps |
Java | software.amazon.awscdk.services.iot.CfnTopicRuleProps |
Python | aws_cdk.aws_iot.CfnTopicRuleProps |
TypeScript | aws-cdk-lib » aws_iot » CfnTopicRuleProps |
Properties for defining a CfnTopicRule.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| topic | IResolvable | Topic | The rule payload. |
| rule | string | The name of the rule. |
| tags? | Cfn[] | Metadata which can be used to manage the topic rule. |
topicRulePayload
Type:
IResolvable | Topic
The rule payload.
ruleName?
Type:
string
(optional)
The name of the rule.
tags?
Type:
Cfn[]
(optional)
Metadata which can be used to manage the topic rule.
For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: --tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."

.NET
Go
Java
Python
TypeScript