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.DatasetContentDeliveryDestination
Description
Synopsis
- data DatasetContentDeliveryDestination = DatasetContentDeliveryDestination' {}
- newDatasetContentDeliveryDestination :: DatasetContentDeliveryDestination
- datasetContentDeliveryDestination_iotEventsDestinationConfiguration :: Lens' DatasetContentDeliveryDestination (Maybe IotEventsDestinationConfiguration)
- datasetContentDeliveryDestination_s3DestinationConfiguration :: Lens' DatasetContentDeliveryDestination (Maybe S3DestinationConfiguration)
Documentation
data DatasetContentDeliveryDestination Source #
The destination to which dataset contents are delivered.
See: newDatasetContentDeliveryDestination
smart constructor.
Constructors
DatasetContentDeliveryDestination' | |
Fields
|
Instances
newDatasetContentDeliveryDestination :: DatasetContentDeliveryDestination Source #
Create a value of DatasetContentDeliveryDestination
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:iotEventsDestinationConfiguration:DatasetContentDeliveryDestination'
, datasetContentDeliveryDestination_iotEventsDestinationConfiguration
- Configuration information for delivery of dataset contents to IoT
Events.
$sel:s3DestinationConfiguration:DatasetContentDeliveryDestination'
, datasetContentDeliveryDestination_s3DestinationConfiguration
- Configuration information for delivery of dataset contents to Amazon S3.
datasetContentDeliveryDestination_iotEventsDestinationConfiguration :: Lens' DatasetContentDeliveryDestination (Maybe IotEventsDestinationConfiguration) Source #
Configuration information for delivery of dataset contents to IoT Events.
datasetContentDeliveryDestination_s3DestinationConfiguration :: Lens' DatasetContentDeliveryDestination (Maybe S3DestinationConfiguration) Source #
Configuration information for delivery of dataset contents to Amazon S3.