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 IotSiteWiseCustomerManagedDatastoreS3StorageSummary = IotSiteWiseCustomerManagedDatastoreS3StorageSummary' {}
- newIotSiteWiseCustomerManagedDatastoreS3StorageSummary :: IotSiteWiseCustomerManagedDatastoreS3StorageSummary
- iotSiteWiseCustomerManagedDatastoreS3StorageSummary_bucket :: Lens' IotSiteWiseCustomerManagedDatastoreS3StorageSummary (Maybe Text)
- iotSiteWiseCustomerManagedDatastoreS3StorageSummary_keyPrefix :: Lens' IotSiteWiseCustomerManagedDatastoreS3StorageSummary (Maybe Text)
Documentation
data IotSiteWiseCustomerManagedDatastoreS3StorageSummary Source #
Contains information about the data store that you manage, which stores data used by IoT SiteWise.
See: newIotSiteWiseCustomerManagedDatastoreS3StorageSummary
smart constructor.
IotSiteWiseCustomerManagedDatastoreS3StorageSummary' | |
|
Instances
newIotSiteWiseCustomerManagedDatastoreS3StorageSummary :: IotSiteWiseCustomerManagedDatastoreS3StorageSummary Source #
Create a value of IotSiteWiseCustomerManagedDatastoreS3StorageSummary
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:bucket:IotSiteWiseCustomerManagedDatastoreS3StorageSummary'
, iotSiteWiseCustomerManagedDatastoreS3StorageSummary_bucket
- The name of the Amazon S3 bucket where your data is stored.
$sel:keyPrefix:IotSiteWiseCustomerManagedDatastoreS3StorageSummary'
, iotSiteWiseCustomerManagedDatastoreS3StorageSummary_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 (/).
iotSiteWiseCustomerManagedDatastoreS3StorageSummary_bucket :: Lens' IotSiteWiseCustomerManagedDatastoreS3StorageSummary (Maybe Text) Source #
The name of the Amazon S3 bucket where your data is stored.
iotSiteWiseCustomerManagedDatastoreS3StorageSummary_keyPrefix :: Lens' IotSiteWiseCustomerManagedDatastoreS3StorageSummary (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 (/).