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

Description

 
Synopsis

Documentation

data JoinInstruction Source #

The instructions associated with a join.

See: newJoinInstruction smart constructor.

Constructors

JoinInstruction' 

Fields

Instances

Instances details
Eq JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

Read JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

Show JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

Generic JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

Associated Types

type Rep JoinInstruction :: Type -> Type #

NFData JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

Methods

rnf :: JoinInstruction -> () #

Hashable JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

ToJSON JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

FromJSON JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

type Rep JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

type Rep JoinInstruction = D1 ('MetaData "JoinInstruction" "Amazonka.QuickSight.Types.JoinInstruction" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "JoinInstruction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "rightJoinKeyProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JoinKeyProperties)) :*: (S1 ('MetaSel ('Just "leftJoinKeyProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JoinKeyProperties)) :*: S1 ('MetaSel ('Just "leftOperand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "rightOperand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 JoinType) :*: S1 ('MetaSel ('Just "onClause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newJoinInstruction Source #

Create a value of JoinInstruction 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:rightJoinKeyProperties:JoinInstruction', joinInstruction_rightJoinKeyProperties - Join key properties of the right operand.

$sel:leftJoinKeyProperties:JoinInstruction', joinInstruction_leftJoinKeyProperties - Join key properties of the left operand.

$sel:leftOperand:JoinInstruction', joinInstruction_leftOperand - The operand on the left side of a join.

$sel:rightOperand:JoinInstruction', joinInstruction_rightOperand - The operand on the right side of a join.

$sel:type':JoinInstruction', joinInstruction_type - The type of join that it is.

$sel:onClause:JoinInstruction', joinInstruction_onClause - The join instructions provided in the ON clause of a join.

joinInstruction_leftOperand :: Lens' JoinInstruction Text Source #

The operand on the left side of a join.

joinInstruction_rightOperand :: Lens' JoinInstruction Text Source #

The operand on the right side of a join.

joinInstruction_onClause :: Lens' JoinInstruction Text Source #

The join instructions provided in the ON clause of a join.