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
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; }