Interface CfnAnalysis.TableFieldImageConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.TableFieldImageConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.TableFieldImageConfigurationPropertystatic final classAn implementation forCfnAnalysis.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
-