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 |
Documentation
data TableFieldImageConfiguration Source #
The image configuration of a table field URL.
See: newTableFieldImageConfiguration
smart constructor.
TableFieldImageConfiguration' | |
|
Instances
FromJSON TableFieldImageConfiguration Source # | |
ToJSON TableFieldImageConfiguration Source # | |
Generic TableFieldImageConfiguration Source # | |
Read TableFieldImageConfiguration Source # | |
Show TableFieldImageConfiguration Source # | |
NFData TableFieldImageConfiguration Source # | |
Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration rnf :: TableFieldImageConfiguration -> () # | |
Eq TableFieldImageConfiguration Source # | |
Hashable TableFieldImageConfiguration Source # | |
type Rep TableFieldImageConfiguration Source # | |
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.
tableFieldImageConfiguration_sizingOptions :: Lens' TableFieldImageConfiguration (Maybe TableCellImageSizingConfiguration) Source #
The sizing options for the table image configuration.