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

.NET
Go
Java
Python
TypeScript