TopicRuleErrorActionHttp

data class TopicRuleErrorActionHttp(val confirmationUrl: String? = null, val httpHeaders: List<TopicRuleErrorActionHttpHttpHeader>? = null, val url: String)

Constructors

Link copied to clipboard
constructor(confirmationUrl: String? = null, httpHeaders: List<TopicRuleErrorActionHttpHttpHeader>? = null, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val confirmationUrl: String? = null

The HTTPS URL used to verify ownership of url.

Link copied to clipboard

Custom HTTP header IoT Core should send. It is possible to define more than one custom header.

Link copied to clipboard
val url: String

The HTTPS URL.