interface CustomActionNavigationOperationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.CustomActionNavigationOperationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_CustomActionNavigationOperationProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.CustomActionNavigationOperationProperty | 
|  Python | aws_cdk.aws_quicksight.CfnTemplate.CustomActionNavigationOperationProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnTemplate»CustomActionNavigationOperationProperty | 
The navigation operation that navigates between different sheets in the same analysis.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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-lib';
const customActionNavigationOperationProperty: quicksight.CfnTemplate.CustomActionNavigationOperationProperty = {
  localNavigationConfiguration: {
    targetSheetId: 'targetSheetId',
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| local | IResolvable | Local | The configuration that chooses the navigation target. | 
localNavigationConfiguration?
Type:
IResolvable | Local
(optional)
The configuration that chooses the navigation target.
