interface LocalNavigationConfigurationProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.LocalNavigationConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.LocalNavigationConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.LocalNavigationConfigurationProperty |
![]() | @aws-cdk/aws-quicksight » CfnTemplate » LocalNavigationConfigurationProperty |
The navigation configuration for CustomActionNavigationOperation
.
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 localNavigationConfigurationProperty: quicksight.CfnTemplate.LocalNavigationConfigurationProperty = {
targetSheetId: 'targetSheetId',
};
Properties
Name | Type | Description |
---|---|---|
target | string | The sheet that is targeted for navigation in the same analysis. |
targetSheetId
Type:
string
The sheet that is targeted for navigation in the same analysis.