aws-cdk-lib.aws_quicksight.CfnTemplate.MaximumLabelTypeProperty

interface MaximumLabelTypeProperty

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

The maximum label of a data path label.

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 maximumLabelTypeProperty: quicksight.CfnTemplate.MaximumLabelTypeProperty = {
  visibility: 'visibility',
};

Properties

NameTypeDescription
visibility?stringThe visibility of the maximum label.

visibility?

Type: string (optional)

The visibility of the maximum label.