libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTAnalytics.Types.Partition

Description

 
Synopsis

Documentation

data Partition Source #

A partition dimension defined by an attribute.

See: newPartition smart constructor.

Constructors

Partition' 

Fields

Instances

Instances details
Eq Partition Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Partition

Read Partition Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Partition

Show Partition Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Partition

Generic Partition Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Partition

Associated Types

type Rep Partition :: Type -> Type #

NFData Partition Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Partition

Methods

rnf :: Partition -> () #

Hashable Partition Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Partition

ToJSON Partition Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Partition

FromJSON Partition Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Partition

type Rep Partition Source # 
Instance details

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)))

newPartition Source #

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.

partition_attributeName :: Lens' Partition Text Source #

The name of the attribute that defines a partition dimension.