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

Description

 
Synopsis

Documentation

data CustomSql Source #

A physical table type built from the results of the custom SQL query.

See: newCustomSql smart constructor.

Constructors

CustomSql' 

Fields

Instances

Instances details
Eq CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

Read CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

Show CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

Generic CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

Associated Types

type Rep CustomSql :: Type -> Type #

NFData CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

Methods

rnf :: CustomSql -> () #

Hashable CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

ToJSON CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

FromJSON CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

type Rep CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

type Rep CustomSql = D1 ('MetaData "CustomSql" "Amazonka.QuickSight.Types.CustomSql" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "CustomSql'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "columns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty InputColumn))) :*: S1 ('MetaSel ('Just "dataSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sqlQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCustomSql Source #

Create a value of CustomSql 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:columns:CustomSql', customSql_columns - The column schema from the SQL query result set.

$sel:dataSourceArn:CustomSql', customSql_dataSourceArn - The Amazon Resource Name (ARN) of the data source.

$sel:name:CustomSql', customSql_name - A display name for the SQL query result.

$sel:sqlQuery:CustomSql', customSql_sqlQuery - The SQL query.

customSql_columns :: Lens' CustomSql (Maybe (NonEmpty InputColumn)) Source #

The column schema from the SQL query result set.

customSql_dataSourceArn :: Lens' CustomSql Text Source #

The Amazon Resource Name (ARN) of the data source.

customSql_name :: Lens' CustomSql Text Source #

A display name for the SQL query result.