Interface CfnDashboard.ILocalNavigationConfigurationProperty
The navigation configuration for CustomActionNavigationOperation
.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILocalNavigationConfigurationProperty
Syntax (vb)
Public Interface ILocalNavigationConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var localNavigationConfigurationProperty = new LocalNavigationConfigurationProperty {
TargetSheetId = "targetSheetId"
};
Synopsis
Properties
Target |
The sheet that is targeted for navigation in the same analysis. |
Properties
TargetSheetId
The sheet that is targeted for navigation in the same analysis.
string TargetSheetId { get; }
Property Value
System.