Interface CfnDashboardPropsMixin.TableFieldImageConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.TableFieldImageConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.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.cfnpropertymixins.services.quicksight.*;
TableFieldImageConfigurationProperty tableFieldImageConfigurationProperty = TableFieldImageConfigurationProperty.builder()
.sizingOptions(TableCellImageSizingConfigurationProperty.builder()
.tableCellImageScalingConfiguration("tableCellImageScalingConfiguration")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDashboardPropsMixin.TableFieldImageConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSizingOptions
The sizing options for the table image configuration.Returns union: either
IResolvableorCfnDashboardPropsMixin.TableCellImageSizingConfigurationProperty- See Also:
-
builder
@Stability(Stable) static CfnDashboardPropsMixin.TableFieldImageConfigurationProperty.Builder builder()
-