interface FontProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTheme.FontProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTheme.FontProperty |
Python | aws_cdk.aws_quicksight.CfnTheme.FontProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnTheme » FontProperty |
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 fontProperty: quicksight.CfnTheme.FontProperty = {
fontFamily: 'fontFamily',
};
Properties
| Name | Type | Description |
|---|---|---|
| font | string | CfnTheme.FontProperty.FontFamily. |
fontFamily?
Type:
string
(optional)
CfnTheme.FontProperty.FontFamily.

.NET
Java
Python
TypeScript