PipelineDeviceRegistryEnrichArgs

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

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 'deviceRegistryEnrich' 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 registry information.

Link copied to clipboard
val thingName: Output<String>

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

Functions

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