Show / Hide Table of Contents

Class CfnDashboard.TableCellImageSizingConfigurationProperty

The sizing options for the table image configuration.

Inheritance
object
CfnDashboard.TableCellImageSizingConfigurationProperty
Implements
CfnDashboard.ITableCellImageSizingConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.TableCellImageSizingConfigurationProperty : CfnDashboard.ITableCellImageSizingConfigurationProperty
Syntax (vb)
Public Class CfnDashboard.TableCellImageSizingConfigurationProperty Implements CfnDashboard.ITableCellImageSizingConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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

Constructors

TableCellImageSizingConfigurationProperty()

The sizing options for the table image configuration.

Properties

TableCellImageScalingConfiguration

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

Constructors

TableCellImageSizingConfigurationProperty()

The sizing options for the table image configuration.

public TableCellImageSizingConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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"
             };

Properties

TableCellImageScalingConfiguration

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

public string? TableCellImageScalingConfiguration { get; set; }
Property Value

string

Remarks

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

Implements

CfnDashboard.ITableCellImageSizingConfigurationProperty
Back to top Generated by DocFX