Show / Hide Table of Contents

Interface CfnDashboard.ITableFieldOptionProperty

The options for a table field.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.ITableFieldOptionProperty
Syntax (vb)
Public Interface CfnDashboard.ITableFieldOptionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tablefieldoption.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 tableFieldOptionProperty = new TableFieldOptionProperty {
                 FieldId = "fieldId",

                 // the properties below are optional
                 CustomLabel = "customLabel",
                 UrlStyling = 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"
                                     }
                                 },

                                 // the properties below are optional
                                 Value = "value"
                             }
                         },
                         Target = "target"
                     }
                 },
                 Visibility = "visibility",
                 Width = "width"
             };

Synopsis

Properties

CustomLabel

The custom label for a table field.

FieldId

The field ID for a table field.

UrlStyling

The URL configuration for a table field.

Visibility

The visibility of a table field.

Width

The width for a table field.

Properties

CustomLabel

The custom label for a table field.

string? CustomLabel { get; }
Property Value

string

Remarks

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

FieldId

The field ID for a table field.

string FieldId { get; }
Property Value

string

Remarks

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

UrlStyling

The URL configuration for a table field.

object? UrlStyling { get; }
Property Value

object

Remarks

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

Visibility

The visibility of a table field.

string? Visibility { get; }
Property Value

string

Remarks

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

Width

The width for a table field.

string? Width { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX