interface ListControlSearchOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ListControlSearchOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.ListControlSearchOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.ListControlSearchOptionsProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » ListControlSearchOptionsProperty |
The configuration of the search options in a list control.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const listControlSearchOptionsProperty: quicksight.CfnAnalysis.ListControlSearchOptionsProperty = {
visibility: 'visibility',
};
Properties
| Name | Type | Description |
|---|---|---|
| visibility? | string | The visibility configuration of the search options in a list control. |
visibility?
Type:
string
(optional)
The visibility configuration of the search options in a list control.

.NET
Java
Python
TypeScript