interface TableFieldCustomIconContentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.TableFieldCustomIconContentProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_TableFieldCustomIconContentProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.TableFieldCustomIconContentProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.TableFieldCustomIconContentProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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.CfnTemplatePropsMixin.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