Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.TableFieldImageConfigurationProperty

The image configuration of a table field URL.

Inheritance
object
CfnAnalysisPropsMixin.TableFieldImageConfigurationProperty
Implements
CfnAnalysisPropsMixin.ITableFieldImageConfigurationProperty
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.TableFieldImageConfigurationProperty : CfnAnalysisPropsMixin.ITableFieldImageConfigurationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.TableFieldImageConfigurationProperty Implements 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

Constructors

TableFieldImageConfigurationProperty()

The image configuration of a table field URL.

Properties

SizingOptions

The sizing options for the table image configuration.

Constructors

TableFieldImageConfigurationProperty()

The image configuration of a table field URL.

public TableFieldImageConfigurationProperty()
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"
                 }
             };

Properties

SizingOptions

The sizing options for the table image configuration.

public object? SizingOptions { get; set; }
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

Implements

CfnAnalysisPropsMixin.ITableFieldImageConfigurationProperty
Back to top Generated by DocFX