interface TableCellImageSizingConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.TableCellImageSizingConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_TableCellImageSizingConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.TableCellImageSizingConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.TableCellImageSizingConfigurationProperty |
TypeScript | aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
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.