Show / Hide Table of Contents

Class CfnAnalysis.TableFieldURLConfigurationProperty

The URL configuration for a table field.

Inheritance
System.Object
CfnAnalysis.TableFieldURLConfigurationProperty
Implements
CfnAnalysis.ITableFieldURLConfigurationProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class TableFieldURLConfigurationProperty : Object, CfnAnalysis.ITableFieldURLConfigurationProperty
Syntax (vb)
Public Class TableFieldURLConfigurationProperty
    Inherits Object
    Implements CfnAnalysis.ITableFieldURLConfigurationProperty
Remarks

Link: 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.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",
                    FontSize = new FontSizeProperty {
                        Relative = "relative"
                    },
                    FontStyle = "fontStyle",
                    FontWeight = new FontWeightProperty {
                        Name = "name"
                    }
                },

                // the properties below are optional
                Value = "value"
            }
        },
        Target = "target"
    }
};

Synopsis

Constructors

TableFieldURLConfigurationProperty()

Properties

ImageConfiguration

The image configuration of a table field URL.

LinkConfiguration

The link configuration of a table field URL.

Constructors

TableFieldURLConfigurationProperty()

public TableFieldURLConfigurationProperty()

Properties

ImageConfiguration

The image configuration of a table field URL.

public object ImageConfiguration { get; set; }
Property Value

System.Object

Remarks

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

LinkConfiguration

The link configuration of a table field URL.

public object LinkConfiguration { get; set; }
Property Value

System.Object

Remarks

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

Implements

CfnAnalysis.ITableFieldURLConfigurationProperty
Back to top Generated by DocFX