aws-cdk-lib.aws_quicksight.CfnTemplate.FontWeightProperty

interface FontWeightProperty

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

The option that determines the text display weight, or boldness.

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 fontWeightProperty: quicksight.CfnTemplate.FontWeightProperty = {
  name: 'name',
};

Properties

NameTypeDescription
name?stringThe lexical name for the level of boldness of the text display.

name?

Type: string (optional)

The lexical name for the level of boldness of the text display.