interface SheetControlInfoIconLabelOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.SheetControlInfoIconLabelOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_SheetControlInfoIconLabelOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.SheetControlInfoIconLabelOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.SheetControlInfoIconLabelOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » 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/cfn-property-mixins';
const sheetControlInfoIconLabelOptionsProperty: quicksight.CfnAnalysisPropsMixin.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