interface DataPathLabelTypeProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.DataPathLabelTypeProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.DataPathLabelTypeProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.DataPathLabelTypeProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnTemplate » DataPathLabelTypeProperty |
The option that specifies individual data values for labels.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const dataPathLabelTypeProperty: quicksight.CfnTemplate.DataPathLabelTypeProperty = {
fieldId: 'fieldId',
fieldValue: 'fieldValue',
visibility: 'visibility',
};
Properties
Name | Type | Description |
---|---|---|
field | string | The field ID of the field that the data label needs to be applied to. |
field | string | The actual value of the field that is labeled. |
visibility? | string | The visibility of the data label. |
fieldId?
Type:
string
(optional)
The field ID of the field that the data label needs to be applied to.
fieldValue?
Type:
string
(optional)
The actual value of the field that is labeled.
visibility?
Type:
string
(optional)
The visibility of the data label.