aws-cdk-lib.aws_quicksight.CfnAnalysis.PanelTitleOptionsProperty

interface PanelTitleOptionsProperty

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

The options that determine the title styles for each small multiples panel.

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 panelTitleOptionsProperty: quicksight.CfnAnalysis.PanelTitleOptionsProperty = {
  fontConfiguration: {
    fontColor: 'fontColor',
    fontDecoration: 'fontDecoration',
    fontSize: {
      relative: 'relative',
    },
    fontStyle: 'fontStyle',
    fontWeight: {
      name: 'name',
    },
  },
  horizontalTextAlignment: 'horizontalTextAlignment',
  visibility: 'visibility',
};

Properties

NameTypeDescription
fontConfiguration?IResolvable | FontConfigurationPropertyCfnAnalysis.PanelTitleOptionsProperty.FontConfiguration.
horizontalTextAlignment?stringSets the horizontal text alignment of the title within each panel.
visibility?stringDetermines whether or not panel titles are displayed.

fontConfiguration?

Type: IResolvable | FontConfigurationProperty (optional)

CfnAnalysis.PanelTitleOptionsProperty.FontConfiguration.


horizontalTextAlignment?

Type: string (optional)

Sets the horizontal text alignment of the title within each panel.


visibility?

Type: string (optional)

Determines whether or not panel titles are displayed.