aws-cdk-lib.aws_quicksight.CfnDashboard.TableFieldImageConfigurationProperty

interface TableFieldImageConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.TableFieldImageConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_TableFieldImageConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.TableFieldImageConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.TableFieldImageConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » TableFieldImageConfigurationProperty

The image configuration of a table field URL.

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 tableFieldImageConfigurationProperty: quicksight.CfnDashboard.TableFieldImageConfigurationProperty = {
  sizingOptions: {
    tableCellImageScalingConfiguration: 'tableCellImageScalingConfiguration',
  },
};

Properties

NameTypeDescription
sizingOptions?IResolvable | TableCellImageSizingConfigurationPropertyThe sizing options for the table image configuration.

sizingOptions?

Type: IResolvable | TableCellImageSizingConfigurationProperty (optional)

The sizing options for the table image configuration.