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 ServiceManagedChannelS3Storage Source #
Used to store channel data in an S3 bucket managed by IoT Analytics. You can't change the choice of S3 storage after the data store is created.
See: newServiceManagedChannelS3Storage
smart constructor.
Instances
Eq ServiceManagedChannelS3Storage Source # | |
Read ServiceManagedChannelS3Storage Source # | |
Show ServiceManagedChannelS3Storage Source # | |
Generic ServiceManagedChannelS3Storage Source # | |
NFData ServiceManagedChannelS3Storage Source # | |
Defined in Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage rnf :: ServiceManagedChannelS3Storage -> () # | |
Hashable ServiceManagedChannelS3Storage Source # | |
ToJSON ServiceManagedChannelS3Storage Source # | |
FromJSON ServiceManagedChannelS3Storage Source # | |
type Rep ServiceManagedChannelS3Storage Source # | |
Defined in Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage type Rep ServiceManagedChannelS3Storage = D1 ('MetaData "ServiceManagedChannelS3Storage" "Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "ServiceManagedChannelS3Storage'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newServiceManagedChannelS3Storage :: ServiceManagedChannelS3Storage Source #
Create a value of ServiceManagedChannelS3Storage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.