amazonka-quicksight-2.0: Amazon QuickSight 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.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

  • columnName :: Text

    The column that this operation acts on.

  • tags :: NonEmpty ColumnTag

    The dataset column tag, currently only used for geospatial type tagging.

    This is not tags for the Amazon Web Services tagging feature.

Instances

Instances details
FromJSON TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

ToJSON TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Generic TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Associated Types

type Rep TagColumnOperation :: Type -> Type #

Read TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Show TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

NFData TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Methods

rnf :: TagColumnOperation -> () #

Eq TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Hashable TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

type Rep TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

type Rep TagColumnOperation = D1 ('MetaData "TagColumnOperation" "Amazonka.QuickSight.Types.TagColumnOperation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TagColumnOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ColumnTag))))

newTagColumnOperation Source #

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.