Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.TableFieldURLConfigurationProperty

The URL configuration for a table field.

Inheritance
object
CfnAnalysisPropsMixin.TableFieldURLConfigurationProperty
Implements
CfnAnalysisPropsMixin.ITableFieldURLConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.TableFieldURLConfigurationProperty : CfnAnalysisPropsMixin.ITableFieldURLConfigurationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.TableFieldURLConfigurationProperty Implements CfnAnalysisPropsMixin.ITableFieldURLConfigurationProperty
Remarks

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

             var tableFieldURLConfigurationProperty = new TableFieldURLConfigurationProperty {
                 ImageConfiguration = new TableFieldImageConfigurationProperty {
                     SizingOptions = new TableCellImageSizingConfigurationProperty {
                         TableCellImageScalingConfiguration = "tableCellImageScalingConfiguration"
                     }
                 },
                 LinkConfiguration = new TableFieldLinkConfigurationProperty {
                     Content = new TableFieldLinkContentConfigurationProperty {
                         CustomIconContent = new TableFieldCustomIconContentProperty {
                             Icon = "icon"
                         },
                         CustomTextContent = new TableFieldCustomTextContentProperty {
                             FontConfiguration = new FontConfigurationProperty {
                                 FontColor = "fontColor",
                                 FontDecoration = "fontDecoration",
                                 FontFamily = "fontFamily",
                                 FontSize = new FontSizeProperty {
                                     Absolute = "absolute",
                                     Relative = "relative"
                                 },
                                 FontStyle = "fontStyle",
                                 FontWeight = new FontWeightProperty {
                                     Name = "name"
                                 }
                             },
                             Value = "value"
                         }
                     },
                     Target = "target"
                 }
             };

Synopsis

Constructors

TableFieldURLConfigurationProperty()

The URL configuration for a table field.

Properties

ImageConfiguration

The image configuration of a table field URL.

LinkConfiguration

The link configuration of a table field URL.

Constructors

TableFieldURLConfigurationProperty()

The URL configuration for a table field.

public TableFieldURLConfigurationProperty()
Remarks

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

             var tableFieldURLConfigurationProperty = new TableFieldURLConfigurationProperty {
                 ImageConfiguration = new TableFieldImageConfigurationProperty {
                     SizingOptions = new TableCellImageSizingConfigurationProperty {
                         TableCellImageScalingConfiguration = "tableCellImageScalingConfiguration"
                     }
                 },
                 LinkConfiguration = new TableFieldLinkConfigurationProperty {
                     Content = new TableFieldLinkContentConfigurationProperty {
                         CustomIconContent = new TableFieldCustomIconContentProperty {
                             Icon = "icon"
                         },
                         CustomTextContent = new TableFieldCustomTextContentProperty {
                             FontConfiguration = new FontConfigurationProperty {
                                 FontColor = "fontColor",
                                 FontDecoration = "fontDecoration",
                                 FontFamily = "fontFamily",
                                 FontSize = new FontSizeProperty {
                                     Absolute = "absolute",
                                     Relative = "relative"
                                 },
                                 FontStyle = "fontStyle",
                                 FontWeight = new FontWeightProperty {
                                     Name = "name"
                                 }
                             },
                             Value = "value"
                         }
                     },
                     Target = "target"
                 }
             };

Properties

ImageConfiguration

The image configuration of a table field URL.

public object? ImageConfiguration { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.ITableFieldImageConfigurationProperty

LinkConfiguration

The link configuration of a table field URL.

public object? LinkConfiguration { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.ITableFieldLinkConfigurationProperty

Implements

CfnAnalysisPropsMixin.ITableFieldURLConfigurationProperty
Back to top Generated by DocFX