interface TableCellImageSizingConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.TableCellImageSizingConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_TableCellImageSizingConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.TableCellImageSizingConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.TableCellImageSizingConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const tableCellImageSizingConfigurationProperty: quicksight_mixins.CfnAnalysisPropsMixin.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.

.NET
Go
Java
Python
TypeScript