libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation
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.LakeFormation.Types.TaggedTable

Description

 
Synopsis

Documentation

data TaggedTable Source #

A structure describing a table resource with tags.

See: newTaggedTable smart constructor.

Constructors

TaggedTable' 

Fields

Instances

Instances details
Eq TaggedTable Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedTable

Read TaggedTable Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedTable

Show TaggedTable Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedTable

Generic TaggedTable Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedTable

Associated Types

type Rep TaggedTable :: Type -> Type #

NFData TaggedTable Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedTable

Methods

rnf :: TaggedTable -> () #

Hashable TaggedTable Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedTable

FromJSON TaggedTable Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedTable

type Rep TaggedTable Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedTable

type Rep TaggedTable = D1 ('MetaData "TaggedTable" "Amazonka.LakeFormation.Types.TaggedTable" "libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation" 'False) (C1 ('MetaCons "TaggedTable'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lFTagsOnTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty LFTagPair))) :*: S1 ('MetaSel ('Just "lFTagOnDatabase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty LFTagPair)))) :*: (S1 ('MetaSel ('Just "lFTagsOnColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ColumnLFTag])) :*: S1 ('MetaSel ('Just "table") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableResource)))))

newTaggedTable :: TaggedTable Source #

Create a value of TaggedTable 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:lFTagsOnTable:TaggedTable', taggedTable_lFTagsOnTable - A list of tags attached to the table.

$sel:lFTagOnDatabase:TaggedTable', taggedTable_lFTagOnDatabase - A list of tags attached to the database where the table resides.

$sel:lFTagsOnColumns:TaggedTable', taggedTable_lFTagsOnColumns - A list of tags attached to columns in the table.

$sel:table:TaggedTable', taggedTable_table - A table that has tags attached to it.

taggedTable_lFTagsOnTable :: Lens' TaggedTable (Maybe (NonEmpty LFTagPair)) Source #

A list of tags attached to the table.

taggedTable_lFTagOnDatabase :: Lens' TaggedTable (Maybe (NonEmpty LFTagPair)) Source #

A list of tags attached to the database where the table resides.

taggedTable_lFTagsOnColumns :: Lens' TaggedTable (Maybe [ColumnLFTag]) Source #

A list of tags attached to columns in the table.

taggedTable_table :: Lens' TaggedTable (Maybe TableResource) Source #

A table that has tags attached to it.