Show / Hide Table of Contents

Interface CfnDashboard.ILocalNavigationConfigurationProperty

The navigation configuration for CustomActionNavigationOperation .

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.ILocalNavigationConfigurationProperty
Syntax (vb)
Public Interface CfnDashboard.ILocalNavigationConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-localnavigationconfiguration.html

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

TargetSheetId

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-localnavigationconfiguration.html#cfn-quicksight-dashboard-localnavigationconfiguration-targetsheetid

Back to top Generated by DocFX