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