aws-cdk-lib.aws_quicksight.CfnDashboard.TableFieldCustomIconContentProperty

interface TableFieldCustomIconContentProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.TableFieldCustomIconContentProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_TableFieldCustomIconContentProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.TableFieldCustomIconContentProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.TableFieldCustomIconContentProperty
TypeScript 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

NameTypeDescription
icon?stringThe 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.