TopicRuleArgs

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)

Properties

Link copied to clipboard
val ruleName: Output<String>? = null

The name of the rule.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Metadata which can be used to manage the topic rule.

Link copied to clipboard

The rule payload.

Functions

Link copied to clipboard
open override fun toJava(): TopicRuleArgs