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

Description

 
Synopsis

Documentation

data LogicalTable Source #

A logical table is a unit that joins and that data transformations operate on. A logical table has a source, which can be either a physical table or result of a join. When a logical table points to a physical table, the logical table acts as a mutable copy of that physical table through transform operations.

See: newLogicalTable smart constructor.

Constructors

LogicalTable' 

Fields

Instances

Instances details
Eq LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

Read LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

Show LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

Generic LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

Associated Types

type Rep LogicalTable :: Type -> Type #

NFData LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

Methods

rnf :: LogicalTable -> () #

Hashable LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

ToJSON LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

FromJSON LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

type Rep LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

type Rep LogicalTable = D1 ('MetaData "LogicalTable" "Amazonka.QuickSight.Types.LogicalTable" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "LogicalTable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataTransforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty TransformOperation))) :*: (S1 ('MetaSel ('Just "alias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LogicalTableSource))))

newLogicalTable Source #

Create a value of LogicalTable 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:dataTransforms:LogicalTable', logicalTable_dataTransforms - Transform operations that act on this logical table.

$sel:alias:LogicalTable', logicalTable_alias - A display name for the logical table.

$sel:source:LogicalTable', logicalTable_source - Source of this logical table.

logicalTable_dataTransforms :: Lens' LogicalTable (Maybe (NonEmpty TransformOperation)) Source #

Transform operations that act on this logical table.

logicalTable_alias :: Lens' LogicalTable Text Source #

A display name for the logical table.