interface FieldLabelTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.FieldLabelTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_FieldLabelTypeProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.FieldLabelTypeProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.FieldLabelTypeProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » FieldLabelTypeProperty |
The field label type.
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 fieldLabelTypeProperty: quicksight.CfnDashboardPropsMixin.FieldLabelTypeProperty = {
fieldId: 'fieldId',
visibility: 'visibility',
};
Properties
| Name | Type | Description |
|---|---|---|
| field | string | Indicates the field that is targeted by the field label. |
| visibility? | string | The visibility of the field label. |
fieldId?
Type:
string
(optional)
Indicates the field that is targeted by the field label.
visibility?
Type:
string
(optional)
The visibility of the field label.

.NET
Go
Java
Python
TypeScript