Class CfnAnalysisPropsMixin.TableFieldImageConfigurationProperty
The image configuration of a table field URL.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.TableFieldImageConfigurationProperty : CfnAnalysisPropsMixin.ITableFieldImageConfigurationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.TableFieldImageConfigurationProperty Implements CfnAnalysisPropsMixin.ITableFieldImageConfigurationProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
var tableFieldImageConfigurationProperty = new TableFieldImageConfigurationProperty {
SizingOptions = new TableCellImageSizingConfigurationProperty {
TableCellImageScalingConfiguration = "tableCellImageScalingConfiguration"
}
};
Synopsis
Constructors
| TableFieldImageConfigurationProperty() | The image configuration of a table field URL. |
Properties
| SizingOptions | The sizing options for the table image configuration. |
Constructors
TableFieldImageConfigurationProperty()
The image configuration of a table field URL.
public TableFieldImageConfigurationProperty()
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.Mixins.Preview.AWS.QuickSight.Mixins;
var tableFieldImageConfigurationProperty = new TableFieldImageConfigurationProperty {
SizingOptions = new TableCellImageSizingConfigurationProperty {
TableCellImageScalingConfiguration = "tableCellImageScalingConfiguration"
}
};
Properties
SizingOptions
The sizing options for the table image configuration.
public object? SizingOptions { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnAnalysisPropsMixin.ITableCellImageSizingConfigurationProperty