Interface CfnDashboard.TableFieldImageConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.TableFieldImageConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.TableFieldImageConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The image configuration of a table field URL.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; TableFieldImageConfigurationProperty tableFieldImageConfigurationProperty = TableFieldImageConfigurationProperty.builder() .sizingOptions(TableCellImageSizingConfigurationProperty.builder() .tableCellImageScalingConfiguration("tableCellImageScalingConfiguration") .build()) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.TableFieldImageConfigurationProperty
static final class
An implementation forCfnDashboard.TableFieldImageConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSizingOptions
The sizing options for the table image configuration. -
builder
-