| 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.DatastoreActivity
Description
Documentation
data DatastoreActivity Source #
The datastore activity that specifies where to store the processed data.
See: newDatastoreActivity smart constructor.
Constructors
| DatastoreActivity' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DatastoreActivity |
Create a value of DatastoreActivity 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:name:DatastoreActivity', datastoreActivity_name - The name of the datastore activity.
$sel:datastoreName:DatastoreActivity', datastoreActivity_datastoreName - The name of the data store where processed messages are stored.
datastoreActivity_name :: Lens' DatastoreActivity Text Source #
The name of the datastore activity.
datastoreActivity_datastoreName :: Lens' DatastoreActivity Text Source #
The name of the data store where processed messages are stored.