interface MaximumLabelTypeProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.MaximumLabelTypeProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_MaximumLabelTypeProperty | 
  Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.MaximumLabelTypeProperty | 
  Python | aws_cdk.aws_quicksight.CfnAnalysis.MaximumLabelTypeProperty | 
  TypeScript  | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.MaximumLabelTypeProperty = {
  visibility: 'visibility',
};
Properties
| Name | Type | Description | 
|---|---|---|
| visibility? | string | The visibility of the maximum label. | 
visibility?
Type:
string
(optional)
The visibility of the maximum label.

 .NET
 Go
 Java
 Python
 TypeScript