Class CfnTemplatePropsMixin.TableFieldCustomIconContentProperty
The custom icon content for the table link content configuration.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.TableFieldCustomIconContentProperty : CfnTemplatePropsMixin.ITableFieldCustomIconContentProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.TableFieldCustomIconContentProperty Implements CfnTemplatePropsMixin.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
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
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; }