| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.DataSet.PhysicalTableProperty
Documentation
data UploadSettingsProperty Source #
Constructors
| UploadSettingsProperty | |
Instances
data S3SourceProperty Source #
Constructors
| S3SourceProperty | |
Fields | |
Instances
| ToJSON S3SourceProperty Source # | |||||
Defined in Stratosphere.QuickSight.DataSet.S3SourceProperty Methods toJSON :: S3SourceProperty -> Value # toEncoding :: S3SourceProperty -> Encoding # toJSONList :: [S3SourceProperty] -> Value # toEncodingList :: [S3SourceProperty] -> Encoding # omitField :: S3SourceProperty -> Bool # | |||||
| Show S3SourceProperty Source # | |||||
Defined in Stratosphere.QuickSight.DataSet.S3SourceProperty Methods showsPrec :: Int -> S3SourceProperty -> ShowS # show :: S3SourceProperty -> String # showList :: [S3SourceProperty] -> ShowS # | |||||
| Eq S3SourceProperty Source # | |||||
Defined in Stratosphere.QuickSight.DataSet.S3SourceProperty Methods (==) :: S3SourceProperty -> S3SourceProperty -> Bool # (/=) :: S3SourceProperty -> S3SourceProperty -> Bool # | |||||
| ToResourceProperties S3SourceProperty Source # | |||||
Defined in Stratosphere.QuickSight.DataSet.S3SourceProperty Methods toResourceProperties :: S3SourceProperty -> ResourceProperties # | |||||
| Property "DataSourceArn" S3SourceProperty Source # | |||||
Defined in Stratosphere.QuickSight.DataSet.S3SourceProperty Associated Types
Methods set :: PropertyType "DataSourceArn" S3SourceProperty -> S3SourceProperty -> S3SourceProperty # | |||||
| Property "InputColumns" S3SourceProperty Source # | |||||
Defined in Stratosphere.QuickSight.DataSet.S3SourceProperty Associated Types
Methods set :: PropertyType "InputColumns" S3SourceProperty -> S3SourceProperty -> S3SourceProperty # | |||||
| Property "UploadSettings" S3SourceProperty Source # | |||||
Defined in Stratosphere.QuickSight.DataSet.S3SourceProperty Associated Types
Methods set :: PropertyType "UploadSettings" S3SourceProperty -> S3SourceProperty -> S3SourceProperty # | |||||
| type PropertyType "DataSourceArn" S3SourceProperty Source # | |||||
| type PropertyType "InputColumns" S3SourceProperty Source # | |||||
| type PropertyType "UploadSettings" S3SourceProperty Source # | |||||
data PhysicalTableProperty Source #
Constructors
| PhysicalTableProperty | |
Fields | |
Instances
| ToJSON PhysicalTableProperty Source # | |||||
Defined in Stratosphere.QuickSight.DataSet.PhysicalTableProperty Methods toJSON :: PhysicalTableProperty -> Value # toEncoding :: PhysicalTableProperty -> Encoding # toJSONList :: [PhysicalTableProperty] -> Value # toEncodingList :: [PhysicalTableProperty] -> Encoding # omitField :: PhysicalTableProperty -> Bool # | |||||
| Show PhysicalTableProperty Source # | |||||
Defined in Stratosphere.QuickSight.DataSet.PhysicalTableProperty Methods showsPrec :: Int -> PhysicalTableProperty -> ShowS # show :: PhysicalTableProperty -> String # showList :: [PhysicalTableProperty] -> ShowS # | |||||
| Eq PhysicalTableProperty Source # | |||||
Defined in Stratosphere.QuickSight.DataSet.PhysicalTableProperty Methods (==) :: PhysicalTableProperty -> PhysicalTableProperty -> Bool # (/=) :: PhysicalTableProperty -> PhysicalTableProperty -> Bool # | |||||
| ToResourceProperties PhysicalTableProperty Source # | |||||
| Property "CustomSql" PhysicalTableProperty Source # | |||||
Defined in Stratosphere.QuickSight.DataSet.PhysicalTableProperty Associated Types
Methods set :: PropertyType "CustomSql" PhysicalTableProperty -> PhysicalTableProperty -> PhysicalTableProperty # | |||||
| Property "RelationalTable" PhysicalTableProperty Source # | |||||
Defined in Stratosphere.QuickSight.DataSet.PhysicalTableProperty Associated Types
Methods set :: PropertyType "RelationalTable" PhysicalTableProperty -> PhysicalTableProperty -> PhysicalTableProperty # | |||||
| Property "S3Source" PhysicalTableProperty Source # | |||||
Defined in Stratosphere.QuickSight.DataSet.PhysicalTableProperty Associated Types
Methods set :: PropertyType "S3Source" PhysicalTableProperty -> PhysicalTableProperty -> PhysicalTableProperty # | |||||
| type PropertyType "CustomSql" PhysicalTableProperty Source # | |||||
| type PropertyType "RelationalTable" PhysicalTableProperty Source # | |||||
| type PropertyType "S3Source" PhysicalTableProperty Source # | |||||