interface TableFieldImageConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.TableFieldImageConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_TableFieldImageConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.TableFieldImageConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.TableFieldImageConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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/cfn-property-mixins';
const tableFieldImageConfigurationProperty: quicksight.CfnTemplatePropsMixin.TableFieldImageConfigurationProperty = {
sizingOptions: {
tableCellImageScalingConfiguration: 'tableCellImageScalingConfiguration',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| sizing | IResolvable | Table | The sizing options for the table image configuration. |
sizingOptions?
Type:
IResolvable | Table
(optional)
The sizing options for the table image configuration.

.NET
Go
Java
Python
TypeScript