interface CustomActionNavigationOperationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.CustomActionNavigationOperationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_CustomActionNavigationOperationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.CustomActionNavigationOperationProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.CustomActionNavigationOperationProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.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.