interface TableFieldCustomIconContentProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.TableFieldCustomIconContentProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.TableFieldCustomIconContentProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.TableFieldCustomIconContentProperty |
TypeScript | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
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.