Class CfnAnalysisPropsMixin.LocalNavigationConfigurationProperty
The navigation configuration for CustomActionNavigationOperation .
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.LocalNavigationConfigurationProperty : CfnAnalysisPropsMixin.ILocalNavigationConfigurationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.LocalNavigationConfigurationProperty Implements CfnAnalysisPropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins;
var localNavigationConfigurationProperty = new LocalNavigationConfigurationProperty {
TargetSheetId = "targetSheetId"
};
Synopsis
Constructors
| LocalNavigationConfigurationProperty() | The navigation configuration for |
Properties
| TargetSheetId | The sheet that is targeted for navigation in the same analysis. |
Constructors
LocalNavigationConfigurationProperty()
The navigation configuration for CustomActionNavigationOperation .
public LocalNavigationConfigurationProperty()
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.Mixins.Preview.AWS.QuickSight.Mixins;
var localNavigationConfigurationProperty = new LocalNavigationConfigurationProperty {
TargetSheetId = "targetSheetId"
};
Properties
TargetSheetId
The sheet that is targeted for navigation in the same analysis.
public string? TargetSheetId { get; set; }