interface TableFieldCustomIconContentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.TableFieldCustomIconContentProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_TableFieldCustomIconContentProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.TableFieldCustomIconContentProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.TableFieldCustomIconContentProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » TableFieldCustomIconContentProperty |
The custom icon content for the table link content configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const tableFieldCustomIconContentProperty: quicksight.CfnDashboardPropsMixin.TableFieldCustomIconContentProperty = {
icon: 'icon',
};
Properties
| Name | Type | Description |
|---|---|---|
| icon? | string | The icon set type (link) of the custom icon content for table URL link content. |
icon?
Type:
string
(optional)
The icon set type (link) of the custom icon content for table URL link content.

.NET
Go
Java
Python
TypeScript