| 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.QuickSight.Types.TagColumnOperation
Description
Synopsis
Documentation
data TagColumnOperation Source #
A transform operation that tags a column with additional information.
See: newTagColumnOperation smart constructor.
Constructors
| TagColumnOperation' | |
Fields
| |
Instances
newTagColumnOperation Source #
Arguments
| :: Text | |
| -> NonEmpty ColumnTag | |
| -> TagColumnOperation |
Create a value of TagColumnOperation 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:columnName:TagColumnOperation', tagColumnOperation_columnName - The column that this operation acts on.
$sel:tags:TagColumnOperation', tagColumnOperation_tags - The dataset column tag, currently only used for geospatial type tagging.
This is not tags for the Amazon Web Services tagging feature.
tagColumnOperation_columnName :: Lens' TagColumnOperation Text Source #
The column that this operation acts on.
tagColumnOperation_tags :: Lens' TagColumnOperation (NonEmpty ColumnTag) Source #
The dataset column tag, currently only used for geospatial type tagging.
This is not tags for the Amazon Web Services tagging feature.