libZSservicesZSamazonka-glueZSamazonka-glue
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.Glue.Types.PartitionIndex

Description

 
Synopsis

Documentation

data PartitionIndex Source #

A structure for a partition index.

See: newPartitionIndex smart constructor.

Constructors

PartitionIndex' 

Fields

Instances

Instances details
Eq PartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionIndex

Read PartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionIndex

Show PartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionIndex

Generic PartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionIndex

Associated Types

type Rep PartitionIndex :: Type -> Type #

NFData PartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionIndex

Methods

rnf :: PartitionIndex -> () #

Hashable PartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionIndex

ToJSON PartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionIndex

type Rep PartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionIndex

type Rep PartitionIndex = D1 ('MetaData "PartitionIndex" "Amazonka.Glue.Types.PartitionIndex" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "PartitionIndex'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPartitionIndex Source #

Create a value of PartitionIndex 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:keys:PartitionIndex', partitionIndex_keys - The keys for the partition index.

$sel:indexName:PartitionIndex', partitionIndex_indexName - The name of the partition index.

partitionIndex_keys :: Lens' PartitionIndex (NonEmpty Text) Source #

The keys for the partition index.

partitionIndex_indexName :: Lens' PartitionIndex Text Source #

The name of the partition index.