interface FontWeightProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.FontWeightProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.FontWeightProperty | 
|  Python | aws_cdk.aws_quicksight.CfnTemplate.FontWeightProperty | 
|  TypeScript | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
const fontWeightProperty: quicksight.CfnTemplate.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.
