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