Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.ITableFieldImageConfigurationProperty

The image configuration of a table field URL.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.ITableFieldImageConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.ITableFieldImageConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-tablefieldimageconfiguration.html

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

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-tablefieldimageconfiguration.html#cfn-quicksight-analysis-tablefieldimageconfiguration-sizingoptions

Type union: either IResolvable or CfnAnalysisPropsMixin.ITableCellImageSizingConfigurationProperty

Back to top Generated by DocFX