interface TableCellImageSizingConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.TableCellImageSizingConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.TableCellImageSizingConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.TableCellImageSizingConfigurationProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » 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.CfnAnalysis.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.