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

Description

 
Synopsis

Documentation

data TableCellImageSizingConfiguration Source #

The sizing options for the table image configuration.

See: newTableCellImageSizingConfiguration smart constructor.

Constructors

TableCellImageSizingConfiguration' 

Fields

Instances

Instances details
FromJSON TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

ToJSON TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

Generic TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

Associated Types

type Rep TableCellImageSizingConfiguration :: Type -> Type #

Read TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

Show TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

NFData TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

Eq TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

Hashable TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

type Rep TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

type Rep TableCellImageSizingConfiguration = D1 ('MetaData "TableCellImageSizingConfiguration" "Amazonka.QuickSight.Types.TableCellImageSizingConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableCellImageSizingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tableCellImageScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableCellImageScalingConfiguration))))

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.