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