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

Description

 
Synopsis

Documentation

data JoinKeyProperties Source #

Properties associated with the columns participating in a join.

See: newJoinKeyProperties smart constructor.

Constructors

JoinKeyProperties' 

Fields

  • uniqueKey :: Maybe Bool

    A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.

Instances

Instances details
FromJSON JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

ToJSON JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

Generic JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

Associated Types

type Rep JoinKeyProperties :: Type -> Type #

Read JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

Show JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

NFData JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

Methods

rnf :: JoinKeyProperties -> () #

Eq JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

Hashable JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

type Rep JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

type Rep JoinKeyProperties = D1 ('MetaData "JoinKeyProperties" "Amazonka.QuickSight.Types.JoinKeyProperties" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "JoinKeyProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "uniqueKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newJoinKeyProperties :: JoinKeyProperties Source #

Create a value of JoinKeyProperties 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:uniqueKey:JoinKeyProperties', joinKeyProperties_uniqueKey - A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.

joinKeyProperties_uniqueKey :: Lens' JoinKeyProperties (Maybe Bool) Source #

A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.