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.SessionTag

Description

 
Synopsis

Documentation

data SessionTag Source #

The key-value pair used for the row-level security tags feature.

See: newSessionTag smart constructor.

Constructors

SessionTag' 

Fields

Instances

Instances details
Eq SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

Show SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

Generic SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

Associated Types

type Rep SessionTag :: Type -> Type #

NFData SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

Methods

rnf :: SessionTag -> () #

Hashable SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

ToJSON SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

type Rep SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

type Rep SessionTag = D1 ('MetaData "SessionTag" "Amazonka.QuickSight.Types.SessionTag" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "SessionTag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newSessionTag Source #

Create a value of SessionTag 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:key:SessionTag', sessionTag_key - The key for the tag.

$sel:value:SessionTag', sessionTag_value - The value that you want to assign the tag.

sessionTag_key :: Lens' SessionTag Text Source #

The key for the tag.

sessionTag_value :: Lens' SessionTag Text Source #

The value that you want to assign the tag.