aws-cdk-lib.aws_quicksight.CfnTheme.TypographyProperty

interface TypographyProperty

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

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 typographyProperty: quicksight.CfnTheme.TypographyProperty = {
  fontFamilies: [{
    fontFamily: 'fontFamily',
  }],
};

Properties

NameTypeDescription
fontFamilies?IResolvable | IResolvable | FontProperty[]CfnTheme.TypographyProperty.FontFamilies.

fontFamilies?

Type: IResolvable | IResolvable | FontProperty[] (optional)

CfnTheme.TypographyProperty.FontFamilies.