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 |
Documentation
data DatastoreActivity Source #
The datastore activity that specifies where to store the processed data.
See: newDatastoreActivity
smart constructor.
DatastoreActivity' | |
|
Instances
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.