interface FontWeightProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.FontWeightProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_FontWeightProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.FontWeightProperty | 
|  Python | aws_cdk.aws_quicksight.CfnAnalysis.FontWeightProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnAnalysis»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.CfnAnalysis.FontWeightProperty = {
  name: 'name',
};
Properties
| Name | Type | Description | 
|---|---|---|
| name? | string | The 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.
