createTopicRule
inline suspend fun IotClient.createTopicRule(crossinline block: CreateTopicRuleRequest.Builder.() -> Unit): CreateTopicRuleResponse
Creates a rule. Creating rules is an administrator-level action. Any user who has permission to create rules will be able to access data processed by the rule.
Requires permission to access the CreateTopicRule action.