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.KeySchemaElement

Description

 
Synopsis

Documentation

data KeySchemaElement Source #

A partition key pair consisting of a name and a type.

See: newKeySchemaElement smart constructor.

Constructors

KeySchemaElement' 

Fields

Instances

Instances details
FromJSON KeySchemaElement Source # 
Instance details

Defined in Amazonka.Glue.Types.KeySchemaElement

Generic KeySchemaElement Source # 
Instance details

Defined in Amazonka.Glue.Types.KeySchemaElement

Associated Types

type Rep KeySchemaElement :: Type -> Type #

Read KeySchemaElement Source # 
Instance details

Defined in Amazonka.Glue.Types.KeySchemaElement

Show KeySchemaElement Source # 
Instance details

Defined in Amazonka.Glue.Types.KeySchemaElement

NFData KeySchemaElement Source # 
Instance details

Defined in Amazonka.Glue.Types.KeySchemaElement

Methods

rnf :: KeySchemaElement -> () #

Eq KeySchemaElement Source # 
Instance details

Defined in Amazonka.Glue.Types.KeySchemaElement

Hashable KeySchemaElement Source # 
Instance details

Defined in Amazonka.Glue.Types.KeySchemaElement

type Rep KeySchemaElement Source # 
Instance details

Defined in Amazonka.Glue.Types.KeySchemaElement

type Rep KeySchemaElement = D1 ('MetaData "KeySchemaElement" "Amazonka.Glue.Types.KeySchemaElement" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "KeySchemaElement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newKeySchemaElement Source #

Create a value of KeySchemaElement 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:name:KeySchemaElement', keySchemaElement_name - The name of a partition key.

$sel:type':KeySchemaElement', keySchemaElement_type - The type of a partition key.

keySchemaElement_name :: Lens' KeySchemaElement Text Source #

The name of a partition key.

keySchemaElement_type :: Lens' KeySchemaElement Text Source #

The type of a partition key.