libZSservicesZSamazonka-quicksightZSamazonka-quicksight
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.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
Eq TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Read TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Show 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 #

NFData TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Methods

rnf :: TagColumnOperation -> () #

Hashable TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

ToJSON TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.