Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.LocalNavigationConfigurationProperty

The navigation configuration for CustomActionNavigationOperation .

Inheritance
object
CfnAnalysisPropsMixin.LocalNavigationConfigurationProperty
Implements
CfnAnalysisPropsMixin.ILocalNavigationConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.Mixins.Preview.AWS.QuickSight.Mixins;

             var localNavigationConfigurationProperty = new LocalNavigationConfigurationProperty {
                 TargetSheetId = "targetSheetId"
             };

Synopsis

Constructors

LocalNavigationConfigurationProperty()

The navigation configuration for CustomActionNavigationOperation .

Properties

TargetSheetId

The sheet that is targeted for navigation in the same analysis.

Constructors

LocalNavigationConfigurationProperty()

The navigation configuration for CustomActionNavigationOperation .

public LocalNavigationConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.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; }
Property Value

string

Remarks

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

Implements

CfnAnalysisPropsMixin.ILocalNavigationConfigurationProperty
Back to top Generated by DocFX