TopicRuleIotSiteWiseActionArgs

data class TopicRuleIotSiteWiseActionArgs(val putAssetPropertyValueEntries: Output<List<TopicRulePutAssetPropertyValueEntryArgs>>, val roleArn: Output<String>) : ConvertibleToJava<TopicRuleIotSiteWiseActionArgs>

Constructors

Link copied to clipboard
constructor(putAssetPropertyValueEntries: Output<List<TopicRulePutAssetPropertyValueEntryArgs>>, roleArn: Output<String>)

Properties

Link copied to clipboard

A list of asset property value entries.

Link copied to clipboard
val roleArn: Output<String>

The ARN of the role that grants AWS IoT permission to send an asset property value to AWS IoT SiteWise. ( "Action": "iotsitewise:BatchPutAssetPropertyValue" ). The trust policy can restrict access to specific asset hierarchy paths.

Functions

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