Topic Rule Http Action Args
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
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.