aws-cdk-lib.aws_quicksight.CfnDashboard.TableFieldCustomTextContentProperty

interface TableFieldCustomTextContentProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.TableFieldCustomTextContentProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_TableFieldCustomTextContentProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.TableFieldCustomTextContentProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.TableFieldCustomTextContentProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » TableFieldCustomTextContentProperty

The custom text content (value, font configuration) 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 tableFieldCustomTextContentProperty: quicksight.CfnDashboard.TableFieldCustomTextContentProperty = {
  fontConfiguration: {
    fontColor: 'fontColor',
    fontDecoration: 'fontDecoration',
    fontSize: {
      relative: 'relative',
    },
    fontStyle: 'fontStyle',
    fontWeight: {
      name: 'name',
    },
  },

  // the properties below are optional
  value: 'value',
};

Properties

NameTypeDescription
fontConfigurationIResolvable | FontConfigurationPropertyThe font configuration of the custom text content for the table URL link content.
value?stringThe string value of the custom text content for the table URL link content.

fontConfiguration

Type: IResolvable | FontConfigurationProperty

The font configuration of the custom text content for the table URL link content.


value?

Type: string (optional)

The string value of the custom text content for the table URL link content.