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 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.
Instances
newIotEventsDestinationConfiguration Source #
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.