| 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.ChannelStorageSummary
Description
Synopsis
- data ChannelStorageSummary = ChannelStorageSummary' {}
- newChannelStorageSummary :: ChannelStorageSummary
- channelStorageSummary_customerManagedS3 :: Lens' ChannelStorageSummary (Maybe CustomerManagedChannelS3StorageSummary)
- channelStorageSummary_serviceManagedS3 :: Lens' ChannelStorageSummary (Maybe ServiceManagedChannelS3StorageSummary)
Documentation
data ChannelStorageSummary Source #
Where channel data is stored.
See: newChannelStorageSummary smart constructor.
Constructors
| ChannelStorageSummary' | |
Fields
| |
Instances
newChannelStorageSummary :: ChannelStorageSummary Source #
Create a value of ChannelStorageSummary 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:customerManagedS3:ChannelStorageSummary', channelStorageSummary_customerManagedS3 - Used to store channel data in an S3 bucket that you manage.
$sel:serviceManagedS3:ChannelStorageSummary', channelStorageSummary_serviceManagedS3 - Used to store channel data in an S3 bucket managed by IoT Analytics.
channelStorageSummary_customerManagedS3 :: Lens' ChannelStorageSummary (Maybe CustomerManagedChannelS3StorageSummary) Source #
Used to store channel data in an S3 bucket that you manage.
channelStorageSummary_serviceManagedS3 :: Lens' ChannelStorageSummary (Maybe ServiceManagedChannelS3StorageSummary) Source #
Used to store channel data in an S3 bucket managed by IoT Analytics.