class Aws::IoTAnalytics::Types::DeviceRegistryEnrichActivity

An activity that adds data from the IoT device registry to your message.

@note When making an API call, you may pass DeviceRegistryEnrichActivity

data as a hash:

    {
      name: "ActivityName", # required
      attribute: "AttributeName", # required
      thing_name: "AttributeName", # required
      role_arn: "RoleArn", # required
      next: "ActivityName",
    }

@!attribute [rw] name

The name of the `deviceRegistryEnrich` activity.
@return [String]

@!attribute [rw] attribute

The name of the attribute that is added to the message.
@return [String]

@!attribute [rw] thing_name

The name of the IoT device whose registry information is added to
the message.
@return [String]

@!attribute [rw] role_arn

The ARN of the role that allows access to the device's registry
information.
@return [String]

@!attribute [rw] next

The next activity in the pipeline.
@return [String]

Constants

SENSITIVE