Show / Hide Table of Contents

Interface CfnTemplate.ITableCellImageSizingConfigurationProperty

The sizing options for the table image configuration.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.ITableCellImageSizingConfigurationProperty
Syntax (vb)
Public Interface CfnTemplate.ITableCellImageSizingConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablecellimagesizingconfiguration.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.AWS.QuickSight;

             var tableCellImageSizingConfigurationProperty = new TableCellImageSizingConfigurationProperty {
                 TableCellImageScalingConfiguration = "tableCellImageScalingConfiguration"
             };

Synopsis

Properties

TableCellImageScalingConfiguration

The cell scaling configuration of the sizing options for the table image configuration.

Properties

TableCellImageScalingConfiguration

The cell scaling configuration of the sizing options for the table image configuration.

string? TableCellImageScalingConfiguration { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablecellimagesizingconfiguration.html#cfn-quicksight-template-tablecellimagesizingconfiguration-tablecellimagescalingconfiguration

Back to top Generated by DocFX