| 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.DatasetContentDeliveryRule
Description
Synopsis
- data DatasetContentDeliveryRule = DatasetContentDeliveryRule' {}
- newDatasetContentDeliveryRule :: DatasetContentDeliveryDestination -> DatasetContentDeliveryRule
- datasetContentDeliveryRule_entryName :: Lens' DatasetContentDeliveryRule (Maybe Text)
- datasetContentDeliveryRule_destination :: Lens' DatasetContentDeliveryRule DatasetContentDeliveryDestination
Documentation
data DatasetContentDeliveryRule Source #
When dataset contents are created, they are delivered to destination specified here.
See: newDatasetContentDeliveryRule smart constructor.
Constructors
| DatasetContentDeliveryRule' | |
Fields
| |
Instances
newDatasetContentDeliveryRule Source #
Arguments
| :: DatasetContentDeliveryDestination | |
| -> DatasetContentDeliveryRule |
Create a value of DatasetContentDeliveryRule 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:entryName:DatasetContentDeliveryRule', datasetContentDeliveryRule_entryName - The name of the dataset content delivery rules entry.
$sel:destination:DatasetContentDeliveryRule', datasetContentDeliveryRule_destination - The destination to which dataset contents are delivered.
datasetContentDeliveryRule_entryName :: Lens' DatasetContentDeliveryRule (Maybe Text) Source #
The name of the dataset content delivery rules entry.
datasetContentDeliveryRule_destination :: Lens' DatasetContentDeliveryRule DatasetContentDeliveryDestination Source #
The destination to which dataset contents are delivered.