Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.ILocalNavigationConfigurationProperty

The navigation configuration for CustomActionNavigationOperation .

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.ILocalNavigationConfigurationProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.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.CfnPropertyMixins.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