| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTAnalytics.Types.DeviceRegistryEnrichActivity
Description
Synopsis
- data DeviceRegistryEnrichActivity = DeviceRegistryEnrichActivity' {}
- newDeviceRegistryEnrichActivity :: Text -> Text -> Text -> Text -> DeviceRegistryEnrichActivity
- deviceRegistryEnrichActivity_next :: Lens' DeviceRegistryEnrichActivity (Maybe Text)
- deviceRegistryEnrichActivity_name :: Lens' DeviceRegistryEnrichActivity Text
- deviceRegistryEnrichActivity_attribute :: Lens' DeviceRegistryEnrichActivity Text
- deviceRegistryEnrichActivity_thingName :: Lens' DeviceRegistryEnrichActivity Text
- deviceRegistryEnrichActivity_roleArn :: Lens' DeviceRegistryEnrichActivity Text
Documentation
data DeviceRegistryEnrichActivity Source #
An activity that adds data from the IoT device registry to your message.
See: newDeviceRegistryEnrichActivity smart constructor.
Constructors
| DeviceRegistryEnrichActivity' | |
Fields
| |
Instances
newDeviceRegistryEnrichActivity Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> DeviceRegistryEnrichActivity |
Create a value of DeviceRegistryEnrichActivity with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:next:DeviceRegistryEnrichActivity', deviceRegistryEnrichActivity_next - The next activity in the pipeline.
$sel:name:DeviceRegistryEnrichActivity', deviceRegistryEnrichActivity_name - The name of the deviceRegistryEnrich activity.
$sel:attribute:DeviceRegistryEnrichActivity', deviceRegistryEnrichActivity_attribute - The name of the attribute that is added to the message.
$sel:thingName:DeviceRegistryEnrichActivity', deviceRegistryEnrichActivity_thingName - The name of the IoT device whose registry information is added to the
message.
$sel:roleArn:DeviceRegistryEnrichActivity', deviceRegistryEnrichActivity_roleArn - The ARN of the role that allows access to the device's registry
information.
deviceRegistryEnrichActivity_next :: Lens' DeviceRegistryEnrichActivity (Maybe Text) Source #
The next activity in the pipeline.
deviceRegistryEnrichActivity_name :: Lens' DeviceRegistryEnrichActivity Text Source #
The name of the deviceRegistryEnrich activity.
deviceRegistryEnrichActivity_attribute :: Lens' DeviceRegistryEnrichActivity Text Source #
The name of the attribute that is added to the message.
deviceRegistryEnrichActivity_thingName :: Lens' DeviceRegistryEnrichActivity Text Source #
The name of the IoT device whose registry information is added to the message.
deviceRegistryEnrichActivity_roleArn :: Lens' DeviceRegistryEnrichActivity Text Source #
The ARN of the role that allows access to the device's registry information.