interface LocalNavigationConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.LocalNavigationConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.LocalNavigationConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.LocalNavigationConfigurationProperty |
TypeScript | @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.