aws-cdk-lib.aws_quicksight.CfnDashboard.TableCellImageSizingConfigurationProperty

interface TableCellImageSizingConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.TableCellImageSizingConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_TableCellImageSizingConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.TableCellImageSizingConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.TableCellImageSizingConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » 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.CfnDashboard.TableCellImageSizingConfigurationProperty = {
  tableCellImageScalingConfiguration: 'tableCellImageScalingConfiguration',
};

Properties

NameTypeDescription
tableCellImageScalingConfiguration?stringThe 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.