aws-cdk-lib.aws_quicksight.CfnDashboard.CustomActionNavigationOperationProperty

interface CustomActionNavigationOperationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.CustomActionNavigationOperationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_CustomActionNavigationOperationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.CustomActionNavigationOperationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.CustomActionNavigationOperationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » 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.CfnDashboard.CustomActionNavigationOperationProperty = {
  localNavigationConfiguration: {
    targetSheetId: 'targetSheetId',
  },
};

Properties

NameTypeDescription
localNavigationConfiguration?IResolvable | LocalNavigationConfigurationPropertyThe configuration that chooses the navigation target.

localNavigationConfiguration?

Type: IResolvable | LocalNavigationConfigurationProperty (optional)

The configuration that chooses the navigation target.