interface SheetControlInfoIconLabelOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.SheetControlInfoIconLabelOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_SheetControlInfoIconLabelOptionsProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.SheetControlInfoIconLabelOptionsProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.SheetControlInfoIconLabelOptionsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const sheetControlInfoIconLabelOptionsProperty: quicksight_mixins.CfnDashboardPropsMixin.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