PipelineDeviceShadowEnrich

data class PipelineDeviceShadowEnrich(val attribute: String, val name: String, val next: String? = null, val roleArn: String, val thingName: String)

Constructors

Link copied to clipboard
constructor(attribute: String, name: String, next: String? = null, roleArn: String, thingName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the attribute that is added to the message.

Link copied to clipboard

The name of the 'deviceShadowEnrich' activity.

Link copied to clipboard
val next: String? = null

The next activity in the pipeline.

Link copied to clipboard

The ARN of the role that allows access to the device's shadow.

Link copied to clipboard

The name of the IoT device whose shadow information is added to the message.