amazonka-glue-2.0: Amazon Glue SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON 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 #

Read PartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionIndex

Show PartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionIndex

NFData PartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionIndex

Methods

rnf :: PartitionIndex -> () #

Eq PartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionIndex

Hashable 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" '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.