Class CfnDashboard.TableCellImageSizingConfigurationProperty
The sizing options for the table image configuration.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TableCellImageSizingConfigurationProperty : Object, CfnDashboard.ITableCellImageSizingConfigurationProperty
Syntax (vb)
Public Class TableCellImageSizingConfigurationProperty
Inherits Object
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
Table |
Properties
Table |
The cell scaling configuration of the sizing options for the table image configuration. |
Constructors
TableCellImageSizingConfigurationProperty()
public TableCellImageSizingConfigurationProperty()
Properties
TableCellImageScalingConfiguration
The cell scaling configuration of the sizing options for the table image configuration.
public string TableCellImageScalingConfiguration { get; set; }
Property Value
System.