TopicRuleErrorActionHttpArgs

data class TopicRuleErrorActionHttpArgs(val confirmationUrl: Output<String>? = null, val httpHeaders: Output<List<TopicRuleErrorActionHttpHttpHeaderArgs>>? = null, val url: Output<String>) : ConvertibleToJava<TopicRuleErrorActionHttpArgs>

Constructors

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

Properties

Link copied to clipboard
val confirmationUrl: Output<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: Output<String>

The HTTPS URL.

Functions

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