PipelineDeviceShadowEnrichArgs

data class PipelineDeviceShadowEnrichArgs(val attribute: Output<String>, val name: Output<String>, val next: Output<String>? = null, val roleArn: Output<String>, val thingName: Output<String>) : ConvertibleToJava<PipelineDeviceShadowEnrichArgs>

Constructors

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

Properties

Link copied to clipboard
val attribute: Output<String>

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

Link copied to clipboard
val name: Output<String>

The name of the 'deviceShadowEnrich' activity.

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

The next activity in the pipeline.

Link copied to clipboard
val roleArn: Output<String>

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

Link copied to clipboard
val thingName: Output<String>

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

Functions

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