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 DatastoreStorage = DatastoreStorage' {}
- newDatastoreStorage :: DatastoreStorage
- datastoreStorage_serviceManagedS3 :: Lens' DatastoreStorage (Maybe ServiceManagedDatastoreS3Storage)
- datastoreStorage_customerManagedS3 :: Lens' DatastoreStorage (Maybe CustomerManagedDatastoreS3Storage)
- datastoreStorage_iotSiteWiseMultiLayerStorage :: Lens' DatastoreStorage (Maybe DatastoreIotSiteWiseMultiLayerStorage)
Documentation
data DatastoreStorage Source #
Where data in a data store is stored.. You can choose serviceManagedS3
storage, customerManagedS3
storage, or iotSiteWiseMultiLayerStorage
storage. The default is serviceManagedS3
. You can't change the choice
of Amazon S3 storage after your data store is created.
See: newDatastoreStorage
smart constructor.
DatastoreStorage' | |
|
Instances
newDatastoreStorage :: DatastoreStorage Source #
Create a value of DatastoreStorage
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:serviceManagedS3:DatastoreStorage'
, datastoreStorage_serviceManagedS3
- Used to store data in an Amazon S3 bucket managed by IoT Analytics. You
can't change the choice of Amazon S3 storage after your data store is
created.
$sel:customerManagedS3:DatastoreStorage'
, datastoreStorage_customerManagedS3
- S3-customer-managed; When you choose customer-managed storage, the
retentionPeriod
parameter is ignored. You can't change the choice of
Amazon S3 storage after your data store is created.
$sel:iotSiteWiseMultiLayerStorage:DatastoreStorage'
, datastoreStorage_iotSiteWiseMultiLayerStorage
- Used to store data used by IoT SiteWise in an Amazon S3 bucket that you
manage. You can't change the choice of Amazon S3 storage after your
data store is created.
datastoreStorage_serviceManagedS3 :: Lens' DatastoreStorage (Maybe ServiceManagedDatastoreS3Storage) Source #
Used to store data in an Amazon S3 bucket managed by IoT Analytics. You can't change the choice of Amazon S3 storage after your data store is created.
datastoreStorage_customerManagedS3 :: Lens' DatastoreStorage (Maybe CustomerManagedDatastoreS3Storage) Source #
S3-customer-managed; When you choose customer-managed storage, the
retentionPeriod
parameter is ignored. You can't change the choice of
Amazon S3 storage after your data store is created.
datastoreStorage_iotSiteWiseMultiLayerStorage :: Lens' DatastoreStorage (Maybe DatastoreIotSiteWiseMultiLayerStorage) Source #
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage. You can't change the choice of Amazon S3 storage after your data store is created.