aws-cdk-lib.aws_quicksight.CfnAnalysis.FontSizeProperty

interface FontSizeProperty

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

The option that determines the text display size.

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 fontSizeProperty: quicksight.CfnAnalysis.FontSizeProperty = {
  relative: 'relative',
};

Properties

NameTypeDescription
relative?stringThe lexical name for the text size, proportional to its surrounding context.

relative?

Type: string (optional)

The lexical name for the text size, proportional to its surrounding context.