| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Dashboard.DefaultGridLayoutConfigurationProperty
Documentation
data GridLayoutCanvasSizeOptionsProperty Source #
Constructors
| GridLayoutCanvasSizeOptionsProperty | |
Instances
data GridLayoutScreenCanvasSizeOptionsProperty Source #
Constructors
| GridLayoutScreenCanvasSizeOptionsProperty | |
Fields
| |
Instances
| ToJSON GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.GridLayoutScreenCanvasSizeOptionsProperty Methods toJSON :: GridLayoutScreenCanvasSizeOptionsProperty -> Value # toEncoding :: GridLayoutScreenCanvasSizeOptionsProperty -> Encoding # toJSONList :: [GridLayoutScreenCanvasSizeOptionsProperty] -> Value # toEncodingList :: [GridLayoutScreenCanvasSizeOptionsProperty] -> Encoding # omitField :: GridLayoutScreenCanvasSizeOptionsProperty -> Bool # | |||||
| Show GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
| Eq GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
| ToResourceProperties GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
| Property "OptimizedViewPortWidth" GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.GridLayoutScreenCanvasSizeOptionsProperty Associated Types
Methods set :: PropertyType "OptimizedViewPortWidth" GridLayoutScreenCanvasSizeOptionsProperty -> GridLayoutScreenCanvasSizeOptionsProperty -> GridLayoutScreenCanvasSizeOptionsProperty # | |||||
| Property "ResizeOption" GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.GridLayoutScreenCanvasSizeOptionsProperty Associated Types
Methods set :: PropertyType "ResizeOption" GridLayoutScreenCanvasSizeOptionsProperty -> GridLayoutScreenCanvasSizeOptionsProperty -> GridLayoutScreenCanvasSizeOptionsProperty # | |||||
| type PropertyType "OptimizedViewPortWidth" GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
| type PropertyType "ResizeOption" GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
mkGridLayoutScreenCanvasSizeOptionsProperty :: Value Text -> GridLayoutScreenCanvasSizeOptionsProperty Source #
data DefaultGridLayoutConfigurationProperty Source #
Constructors
| DefaultGridLayoutConfigurationProperty | |
Fields | |
Instances
| ToJSON DefaultGridLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.DefaultGridLayoutConfigurationProperty Methods toJSON :: DefaultGridLayoutConfigurationProperty -> Value # toEncoding :: DefaultGridLayoutConfigurationProperty -> Encoding # toJSONList :: [DefaultGridLayoutConfigurationProperty] -> Value # toEncodingList :: [DefaultGridLayoutConfigurationProperty] -> Encoding # omitField :: DefaultGridLayoutConfigurationProperty -> Bool # | |||||
| Show DefaultGridLayoutConfigurationProperty Source # | |||||
| Eq DefaultGridLayoutConfigurationProperty Source # | |||||
| ToResourceProperties DefaultGridLayoutConfigurationProperty Source # | |||||
| Property "CanvasSizeOptions" DefaultGridLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.DefaultGridLayoutConfigurationProperty Associated Types
Methods set :: PropertyType "CanvasSizeOptions" DefaultGridLayoutConfigurationProperty -> DefaultGridLayoutConfigurationProperty -> DefaultGridLayoutConfigurationProperty # | |||||
| type PropertyType "CanvasSizeOptions" DefaultGridLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.DefaultGridLayoutConfigurationProperty type PropertyType "CanvasSizeOptions" DefaultGridLayoutConfigurationProperty = GridLayoutCanvasSizeOptionsProperty | |||||