Show / Hide Table of Contents

Class CfnDashboardPropsMixin.TableFieldCustomIconContentProperty

The custom icon content for the table link content configuration.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tablefieldcustomiconcontent.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 tableFieldCustomIconContentProperty = new TableFieldCustomIconContentProperty {
                 Icon = "icon"
             };

Synopsis

Constructors

TableFieldCustomIconContentProperty()

The custom icon content for the table link content configuration.

Properties

Icon

The icon set type (link) of the custom icon content for table URL link content.

Constructors

TableFieldCustomIconContentProperty()

The custom icon content for the table link content configuration.

public TableFieldCustomIconContentProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tablefieldcustomiconcontent.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 tableFieldCustomIconContentProperty = new TableFieldCustomIconContentProperty {
                 Icon = "icon"
             };

Properties

Icon

The icon set type (link) of the custom icon content for table URL link content.

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

string

Remarks

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

Implements

CfnDashboardPropsMixin.ITableFieldCustomIconContentProperty
Back to top Generated by DocFX