Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.TableCellImageSizingConfigurationProperty

The sizing options for the table image configuration.

Inheritance
object
CfnAnalysisPropsMixin.TableCellImageSizingConfigurationProperty
Implements
CfnAnalysisPropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.TableCellImageSizingConfigurationProperty : CfnAnalysisPropsMixin.ITableCellImageSizingConfigurationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.TableCellImageSizingConfigurationProperty Implements CfnAnalysisPropsMixin.ITableCellImageSizingConfigurationProperty
Remarks

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

             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-analysis-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.Mixins.Preview.AWS.QuickSight.Mixins;

             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-analysis-tablecellimagesizingconfiguration.html#cfn-quicksight-analysis-tablecellimagesizingconfiguration-tablecellimagescalingconfiguration

Implements

CfnAnalysisPropsMixin.ITableCellImageSizingConfigurationProperty
Back to top Generated by DocFX