Topic Rule Args
data class TopicRuleArgs(val ruleName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val topicRulePayload: Output<TopicRulePayloadArgs>? = null) : ConvertibleToJava<TopicRuleArgs>
Resource Type definition for AWS::IoT::TopicRule
Constructors
Link copied to clipboard
constructor(ruleName: Output<String>? = null, tags: Output<List<TagArgs>>? = null, topicRulePayload: Output<TopicRulePayloadArgs>? = null)