TopicRuleHttpActionArgs

data class TopicRuleHttpActionArgs(val auth: Output<TopicRuleHttpAuthorizationArgs>? = null, val confirmationUrl: Output<String>? = null, val headers: Output<List<TopicRuleHttpActionHeaderArgs>>? = null, val url: Output<String>) : ConvertibleToJava<TopicRuleHttpActionArgs>

Constructors

Link copied to clipboard
constructor(auth: Output<TopicRuleHttpAuthorizationArgs>? = null, confirmationUrl: Output<String>? = null, headers: Output<List<TopicRuleHttpActionHeaderArgs>>? = null, url: Output<String>)

Properties

Link copied to clipboard

The authentication method to use when sending data to an HTTPS endpoint.

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

The URL to which AWS IoT sends a confirmation message. The value of the confirmation URL must be a prefix of the endpoint URL. If you do not specify a confirmation URL AWS IoT uses the endpoint URL as the confirmation URL. If you use substitution templates in the confirmationUrl, you must create and enable topic rule destinations that match each possible value of the substitution template before traffic is allowed to your endpoint URL.

Link copied to clipboard

The HTTP headers to send with the message data.

Link copied to clipboard
val url: Output<String>

The endpoint URL. If substitution templates are used in the URL, you must also specify a confirmationUrl . If this is a new destination, a new TopicRuleDestination is created if possible.

Functions

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