Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.ITableFieldCustomIconContentProperty

The custom icon content for the table link content configuration.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.ITableFieldCustomIconContentProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.ITableFieldCustomIconContentProperty
Remarks

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

Properties

Icon

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

Properties

Icon

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

string? Icon { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX