interface TableFieldCustomIconContentProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.TableFieldCustomIconContentProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_TableFieldCustomIconContentProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.TableFieldCustomIconContentProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.TableFieldCustomIconContentProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDashboard » 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-lib';
const tableFieldCustomIconContentProperty: quicksight.CfnDashboard.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.