aws-cdk-lib.aws_quicksight.CfnTemplate.FieldLabelTypeProperty

interface FieldLabelTypeProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.FieldLabelTypeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_FieldLabelTypeProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.FieldLabelTypeProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.FieldLabelTypeProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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-lib';
const fieldLabelTypeProperty: quicksight.CfnTemplate.FieldLabelTypeProperty = {
  fieldId: 'fieldId',
  visibility: 'visibility',
};

Properties

NameTypeDescription
fieldId?stringIndicates the field that is targeted by the field label.
visibility?stringThe 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.