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 IotSiteWiseCustomerManagedDatastoreS3Storage = IotSiteWiseCustomerManagedDatastoreS3Storage' {}
- newIotSiteWiseCustomerManagedDatastoreS3Storage :: Text -> IotSiteWiseCustomerManagedDatastoreS3Storage
- iotSiteWiseCustomerManagedDatastoreS3Storage_keyPrefix :: Lens' IotSiteWiseCustomerManagedDatastoreS3Storage (Maybe Text)
- iotSiteWiseCustomerManagedDatastoreS3Storage_bucket :: Lens' IotSiteWiseCustomerManagedDatastoreS3Storage Text
Documentation
data IotSiteWiseCustomerManagedDatastoreS3Storage 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.
See: newIotSiteWiseCustomerManagedDatastoreS3Storage
smart constructor.
IotSiteWiseCustomerManagedDatastoreS3Storage' | |
|
Instances
newIotSiteWiseCustomerManagedDatastoreS3Storage Source #
Create a value of IotSiteWiseCustomerManagedDatastoreS3Storage
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:keyPrefix:IotSiteWiseCustomerManagedDatastoreS3Storage'
, iotSiteWiseCustomerManagedDatastoreS3Storage_keyPrefix
- (Optional) The prefix used to create the keys of the data store data
objects. Each object in an Amazon S3 bucket has a key that is its unique
identifier in the bucket. Each object in a bucket has exactly one key.
The prefix must end with a forward slash (/).
$sel:bucket:IotSiteWiseCustomerManagedDatastoreS3Storage'
, iotSiteWiseCustomerManagedDatastoreS3Storage_bucket
- The name of the Amazon S3 bucket where your data is stored.
iotSiteWiseCustomerManagedDatastoreS3Storage_keyPrefix :: Lens' IotSiteWiseCustomerManagedDatastoreS3Storage (Maybe Text) Source #
(Optional) The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).
iotSiteWiseCustomerManagedDatastoreS3Storage_bucket :: Lens' IotSiteWiseCustomerManagedDatastoreS3Storage Text Source #
The name of the Amazon S3 bucket where your data is stored.