interface MinimumLabelTypeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.MinimumLabelTypeProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_MinimumLabelTypeProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.MinimumLabelTypeProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.MinimumLabelTypeProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » MinimumLabelTypeProperty |
The minimum 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 minimumLabelTypeProperty: quicksight.CfnTemplate.MinimumLabelTypeProperty = {
visibility: 'visibility',
};
Properties
Name | Type | Description |
---|---|---|
visibility? | string | The visibility of the minimum label. |
visibility?
Type:
string
(optional)
The visibility of the minimum label.