interface TableCellImageSizingConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.TableCellImageSizingConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_TableCellImageSizingConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.TableCellImageSizingConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.TableCellImageSizingConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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/cfn-property-mixins';
const tableCellImageSizingConfigurationProperty: quicksight.CfnTemplatePropsMixin.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