interface TableCellImageSizingConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.TableCellImageSizingConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.TableCellImageSizingConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.TableCellImageSizingConfigurationProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » TableCellImageSizingConfigurationProperty |
The sizing options for the table image configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const tableCellImageSizingConfigurationProperty: quicksight.CfnDashboard.TableCellImageSizingConfigurationProperty = {
tableCellImageScalingConfiguration: 'tableCellImageScalingConfiguration',
};
Properties
Name | Type | Description |
---|---|---|
table | string | The cell scaling configuration of the sizing options for the table image configuration. |
tableCellImageScalingConfiguration?
Type:
string
(optional)
The cell scaling configuration of the sizing options for the table image configuration.