GetTopicRuleResult

data class GetTopicRuleResult(val arn: String? = null, val tags: List<Tag>? = null, val topicRulePayload: TopicRulePayload? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, tags: List<Tag>? = null, topicRulePayload: TopicRulePayload? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the AWS IoT rule, such as arn:aws:iot:us-east-2:123456789012:rule/MyIoTRule .

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

Metadata which can be used to manage the topic rule.

Link copied to clipboard

The rule payload.