TopicRuleLocationActionArgs

data class TopicRuleLocationActionArgs(val deviceId: Output<String>, val latitude: Output<String>, val longitude: Output<String>, val roleArn: Output<String>, val timestamp: Output<TopicRuleTimestampArgs>? = null, val trackerName: Output<String>) : ConvertibleToJava<TopicRuleLocationActionArgs>

Constructors

Link copied to clipboard
fun TopicRuleLocationActionArgs(deviceId: Output<String>, latitude: Output<String>, longitude: Output<String>, roleArn: Output<String>, timestamp: Output<TopicRuleTimestampArgs>? = null, trackerName: Output<String>)

Functions

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

Properties

Link copied to clipboard
val deviceId: Output<String>
Link copied to clipboard
val latitude: Output<String>
Link copied to clipboard
val longitude: Output<String>
Link copied to clipboard
val roleArn: Output<String>
Link copied to clipboard
val timestamp: Output<TopicRuleTimestampArgs>? = null
Link copied to clipboard
val trackerName: Output<String>