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

Description

 
Synopsis

Documentation

data LogicalTableSource Source #

Information about the source of a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

See: newLogicalTableSource smart constructor.

Constructors

LogicalTableSource' 

Fields

Instances

Instances details
FromJSON LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

ToJSON LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

Generic LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

Associated Types

type Rep LogicalTableSource :: Type -> Type #

Read LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

Show LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

NFData LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

Methods

rnf :: LogicalTableSource -> () #

Eq LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

Hashable LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

type Rep LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

type Rep LogicalTableSource = D1 ('MetaData "LogicalTableSource" "Amazonka.QuickSight.Types.LogicalTableSource" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LogicalTableSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "joinInstruction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JoinInstruction)) :*: S1 ('MetaSel ('Just "physicalTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newLogicalTableSource :: LogicalTableSource Source #

Create a value of LogicalTableSource 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:dataSetArn:LogicalTableSource', logicalTableSource_dataSetArn - The Amazon Resource Number (ARN) of the parent dataset.

$sel:joinInstruction:LogicalTableSource', logicalTableSource_joinInstruction - Specifies the result of a join of two logical tables.

$sel:physicalTableId:LogicalTableSource', logicalTableSource_physicalTableId - Physical table ID.

logicalTableSource_dataSetArn :: Lens' LogicalTableSource (Maybe Text) Source #

The Amazon Resource Number (ARN) of the parent dataset.

logicalTableSource_joinInstruction :: Lens' LogicalTableSource (Maybe JoinInstruction) Source #

Specifies the result of a join of two logical tables.