Class CfnDashboard.TableCellImageSizingConfigurationProperty
The sizing options for the table image configuration.
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.TableCellImageSizingConfigurationProperty : CfnDashboard.ITableCellImageSizingConfigurationProperty
Syntax (vb)
Public Class CfnDashboard.TableCellImageSizingConfigurationProperty Implements CfnDashboard.ITableCellImageSizingConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var tableCellImageSizingConfigurationProperty = new TableCellImageSizingConfigurationProperty {
TableCellImageScalingConfiguration = "tableCellImageScalingConfiguration"
};
Synopsis
Constructors
TableCellImageSizingConfigurationProperty() | The sizing options for the table image configuration. |
Properties
TableCellImageScalingConfiguration | The cell scaling configuration of the sizing options for the table image configuration. |
Constructors
TableCellImageSizingConfigurationProperty()
The sizing options for the table image configuration.
public TableCellImageSizingConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var tableCellImageSizingConfigurationProperty = new TableCellImageSizingConfigurationProperty {
TableCellImageScalingConfiguration = "tableCellImageScalingConfiguration"
};
Properties
TableCellImageScalingConfiguration
The cell scaling configuration of the sizing options for the table image configuration.
public string? TableCellImageScalingConfiguration { get; set; }