| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LakeFormation.Types.TaggedTable
Description
Synopsis
- data TaggedTable = TaggedTable' {}
- newTaggedTable :: TaggedTable
- taggedTable_lFTagOnDatabase :: Lens' TaggedTable (Maybe (NonEmpty LFTagPair))
- taggedTable_lFTagsOnColumns :: Lens' TaggedTable (Maybe [ColumnLFTag])
- taggedTable_lFTagsOnTable :: Lens' TaggedTable (Maybe (NonEmpty LFTagPair))
- taggedTable_table :: Lens' TaggedTable (Maybe TableResource)
Documentation
data TaggedTable Source #
A structure describing a table resource with LF-tags.
See: newTaggedTable smart constructor.
Constructors
| TaggedTable' | |
Fields
| |
Instances
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:lFTagOnDatabase:TaggedTable', taggedTable_lFTagOnDatabase - A list of LF-tags attached to the database where the table resides.
$sel:lFTagsOnColumns:TaggedTable', taggedTable_lFTagsOnColumns - A list of LF-tags attached to columns in the table.
$sel:lFTagsOnTable:TaggedTable', taggedTable_lFTagsOnTable - A list of LF-tags attached to the table.
$sel:table:TaggedTable', taggedTable_table - A table that has LF-tags attached to it.
taggedTable_lFTagOnDatabase :: Lens' TaggedTable (Maybe (NonEmpty LFTagPair)) Source #
A list of LF-tags attached to the database where the table resides.
taggedTable_lFTagsOnColumns :: Lens' TaggedTable (Maybe [ColumnLFTag]) Source #
A list of LF-tags attached to columns in the table.
taggedTable_lFTagsOnTable :: Lens' TaggedTable (Maybe (NonEmpty LFTagPair)) Source #
A list of LF-tags attached to the table.
taggedTable_table :: Lens' TaggedTable (Maybe TableResource) Source #
A table that has LF-tags attached to it.