interface TableCellImageSizingConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.TableCellImageSizingConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_TableCellImageSizingConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.TableCellImageSizingConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.TableCellImageSizingConfigurationProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » 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.CfnTemplate.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.