interface ContextMenuOptionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.ContextMenuOptionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_ContextMenuOptionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.ContextMenuOptionProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.ContextMenuOptionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » ContextMenuOptionProperty |
The context menu options for a visual's interactions.
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 contextMenuOptionProperty: quicksight.CfnTemplatePropsMixin.ContextMenuOptionProperty = {
availabilityStatus: 'availabilityStatus',
};
Properties
| Name | Type | Description |
|---|---|---|
| availability | string | The availability status of the context menu options. |
availabilityStatus?
Type:
string
(optional)
The availability status of the context menu options.
If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

.NET
Go
Java
Python
TypeScript