amazonka-lakeformation-2.0: Amazon Lake Formation 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.LakeFormation.Types.ColumnLFTag

Description

 
Synopsis

Documentation

data ColumnLFTag Source #

A structure containing the name of a column resource and the LF-tags attached to it.

See: newColumnLFTag smart constructor.

Constructors

ColumnLFTag' 

Fields

Instances

Instances details
FromJSON ColumnLFTag Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ColumnLFTag

Generic ColumnLFTag Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ColumnLFTag

Associated Types

type Rep ColumnLFTag :: Type -> Type #

Read ColumnLFTag Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ColumnLFTag

Show ColumnLFTag Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ColumnLFTag

NFData ColumnLFTag Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ColumnLFTag

Methods

rnf :: ColumnLFTag -> () #

Eq ColumnLFTag Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ColumnLFTag

Hashable ColumnLFTag Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ColumnLFTag

type Rep ColumnLFTag Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ColumnLFTag

type Rep ColumnLFTag = D1 ('MetaData "ColumnLFTag" "Amazonka.LakeFormation.Types.ColumnLFTag" "amazonka-lakeformation-2.0-HHqQokxI1tpCfoS44CTFPa" 'False) (C1 ('MetaCons "ColumnLFTag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lFTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty LFTagPair))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newColumnLFTag :: ColumnLFTag Source #

Create a value of ColumnLFTag 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:lFTags:ColumnLFTag', columnLFTag_lFTags - The LF-tags attached to a column resource.

$sel:name:ColumnLFTag', columnLFTag_name - The name of a column resource.

columnLFTag_lFTags :: Lens' ColumnLFTag (Maybe (NonEmpty LFTagPair)) Source #

The LF-tags attached to a column resource.

columnLFTag_name :: Lens' ColumnLFTag (Maybe Text) Source #

The name of a column resource.