interface CustomActionNavigationOperationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.CustomActionNavigationOperationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.CustomActionNavigationOperationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.CustomActionNavigationOperationProperty |
TypeScript | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
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.