Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
DeviceRegistryEnrichActivity' | |
|
Instances
newDeviceRegistryEnrichActivity Source #
:: 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.