| 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 |
Amazonka.IoTAnalytics.Types.Partition
Description
Synopsis
- data Partition = Partition' {}
- newPartition :: Text -> Partition
- partition_attributeName :: Lens' Partition Text
Documentation
A partition dimension defined by an attribute.
See: newPartition smart constructor.
Constructors
| Partition' | |
Fields
| |
Instances
| Eq Partition Source # | |
| Read Partition Source # | |
| Show Partition Source # | |
| Generic Partition Source # | |
| NFData Partition Source # | |
Defined in Amazonka.IoTAnalytics.Types.Partition | |
| Hashable Partition Source # | |
Defined in Amazonka.IoTAnalytics.Types.Partition | |
| ToJSON Partition Source # | |
Defined in Amazonka.IoTAnalytics.Types.Partition | |
| FromJSON Partition Source # | |
| type Rep Partition Source # | |
Defined in Amazonka.IoTAnalytics.Types.Partition type Rep Partition = D1 ('MetaData "Partition" "Amazonka.IoTAnalytics.Types.Partition" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "Partition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of Partition 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:attributeName:Partition', partition_attributeName - The name of the attribute that defines a partition dimension.