| 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.IotEventsDestinationConfiguration
Description
Synopsis
- data IotEventsDestinationConfiguration = IotEventsDestinationConfiguration' {}
- newIotEventsDestinationConfiguration :: Text -> Text -> IotEventsDestinationConfiguration
- iotEventsDestinationConfiguration_inputName :: Lens' IotEventsDestinationConfiguration Text
- iotEventsDestinationConfiguration_roleArn :: Lens' IotEventsDestinationConfiguration Text
Documentation
data IotEventsDestinationConfiguration Source #
Configuration information for delivery of dataset contents to IoT Events.
See: newIotEventsDestinationConfiguration smart constructor.
Constructors
| IotEventsDestinationConfiguration' | |
Instances
newIotEventsDestinationConfiguration Source #
Arguments
| :: Text | |
| -> Text | |
| -> IotEventsDestinationConfiguration |
Create a value of IotEventsDestinationConfiguration 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:inputName:IotEventsDestinationConfiguration', iotEventsDestinationConfiguration_inputName - The name of the IoT Events input to which dataset contents are
delivered.
$sel:roleArn:IotEventsDestinationConfiguration', iotEventsDestinationConfiguration_roleArn - The ARN of the role that grants IoT Analytics permission to deliver
dataset contents to an IoT Events input.
iotEventsDestinationConfiguration_inputName :: Lens' IotEventsDestinationConfiguration Text Source #
The name of the IoT Events input to which dataset contents are delivered.
iotEventsDestinationConfiguration_roleArn :: Lens' IotEventsDestinationConfiguration Text Source #
The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.