interface ListControlSelectAllOptionsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ListControlSelectAllOptionsProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.ListControlSelectAllOptionsProperty | 
|  Python | aws_cdk.aws_quicksight.CfnAnalysis.ListControlSelectAllOptionsProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnAnalysis»ListControlSelectAllOptionsProperty | 
The configuration of the Select all 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 listControlSelectAllOptionsProperty: quicksight.CfnAnalysis.ListControlSelectAllOptionsProperty = {
  visibility: 'visibility',
};
Properties
| Name | Type | Description | 
|---|---|---|
| visibility? | string | The visibility configuration of the Select alloptions in a list control. | 
visibility?
Type:
string
(optional)
The visibility configuration of the Select all options in a list control.
