interface SheetControlInfoIconLabelOptionsProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_SheetControlInfoIconLabelOptionsProperty | 
  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty | 
  Python | aws_cdk.aws_quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty | 
  TypeScript  | aws-cdk-lib » aws_quicksight » CfnTemplate » SheetControlInfoIconLabelOptionsProperty | 
A control to display info icons for filters and parameters.
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 sheetControlInfoIconLabelOptionsProperty: quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty = {
  infoIconText: 'infoIconText',
  visibility: 'visibility',
};
Properties
| Name | Type | Description | 
|---|---|---|
| info | string | The text content of info icon. | 
| visibility? | string | The visibility configuration of info icon label options. | 
infoIconText?
Type:
string
(optional)
The text content of info icon.
visibility?
Type:
string
(optional)
The visibility configuration of info icon label options.

 .NET
 Go
 Java
 Python
 TypeScript