| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.TableCellImageSizingConfiguration
Description
Synopsis
- data TableCellImageSizingConfiguration = TableCellImageSizingConfiguration' {}
- newTableCellImageSizingConfiguration :: TableCellImageSizingConfiguration
- tableCellImageSizingConfiguration_tableCellImageScalingConfiguration :: Lens' TableCellImageSizingConfiguration (Maybe TableCellImageScalingConfiguration)
Documentation
data TableCellImageSizingConfiguration Source #
The sizing options for the table image configuration.
See: newTableCellImageSizingConfiguration smart constructor.
Constructors
| TableCellImageSizingConfiguration' | |
Fields
| |
Instances
newTableCellImageSizingConfiguration :: TableCellImageSizingConfiguration Source #
Create a value of TableCellImageSizingConfiguration 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:tableCellImageScalingConfiguration:TableCellImageSizingConfiguration', tableCellImageSizingConfiguration_tableCellImageScalingConfiguration - The cell scaling configuration of the sizing options for the table image
configuration.
tableCellImageSizingConfiguration_tableCellImageScalingConfiguration :: Lens' TableCellImageSizingConfiguration (Maybe TableCellImageScalingConfiguration) Source #
The cell scaling configuration of the sizing options for the table image configuration.