interface MaximumLabelTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.MaximumLabelTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_MaximumLabelTypeProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.MaximumLabelTypeProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.MaximumLabelTypeProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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/cfn-property-mixins';
const maximumLabelTypeProperty: quicksight.CfnTemplatePropsMixin.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