Show / Hide Table of Contents

Class CfnDashboardPropsMixin.TableFieldCustomTextContentProperty

The custom text content (value, font configuration) for the table link content configuration.

Inheritance
object
CfnDashboardPropsMixin.TableFieldCustomTextContentProperty
Implements
CfnDashboardPropsMixin.ITableFieldCustomTextContentProperty
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 CfnDashboardPropsMixin.TableFieldCustomTextContentProperty : CfnDashboardPropsMixin.ITableFieldCustomTextContentProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.TableFieldCustomTextContentProperty Implements CfnDashboardPropsMixin.ITableFieldCustomTextContentProperty
Remarks

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

Synopsis

Constructors

TableFieldCustomTextContentProperty()

The custom text content (value, font configuration) for the table link content configuration.

Properties

FontConfiguration

The font configuration of the custom text content for the table URL link content.

Value

The string value of the custom text content for the table URL link content.

Constructors

TableFieldCustomTextContentProperty()

The custom text content (value, font configuration) for the table link content configuration.

public TableFieldCustomTextContentProperty()
Remarks

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

Properties

FontConfiguration

The font configuration of the custom text content for the table URL link content.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IFontConfigurationProperty

Value

The string value of the custom text content for the table URL link content.

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

string

Remarks

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

Implements

CfnDashboardPropsMixin.ITableFieldCustomTextContentProperty
Back to top Generated by DocFX