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

Description

 
Synopsis

Documentation

data TableFieldImageConfiguration Source #

The image configuration of a table field URL.

See: newTableFieldImageConfiguration smart constructor.

Constructors

TableFieldImageConfiguration' 

Fields

Instances

Instances details
FromJSON TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

ToJSON TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

Generic TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

Associated Types

type Rep TableFieldImageConfiguration :: Type -> Type #

Read TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

Show TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

NFData TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

Eq TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

Hashable TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

type Rep TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

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

newTableFieldImageConfiguration :: TableFieldImageConfiguration Source #

Create a value of TableFieldImageConfiguration 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:sizingOptions:TableFieldImageConfiguration', tableFieldImageConfiguration_sizingOptions - The sizing options for the table image configuration.