Show / Hide Table of Contents

Class CfnDashboard.CustomActionNavigationOperationProperty

The navigation operation that navigates between different sheets in the same analysis.

Inheritance
System.Object
CfnDashboard.CustomActionNavigationOperationProperty
Implements
CfnDashboard.ICustomActionNavigationOperationProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class CustomActionNavigationOperationProperty : Object, CfnDashboard.ICustomActionNavigationOperationProperty
Syntax (vb)
Public Class CustomActionNavigationOperationProperty
    Inherits Object
    Implements CfnDashboard.ICustomActionNavigationOperationProperty
Remarks

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-customactionnavigationoperation.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 customActionNavigationOperationProperty = new CustomActionNavigationOperationProperty {
    LocalNavigationConfiguration = new LocalNavigationConfigurationProperty {
        TargetSheetId = "targetSheetId"
    }
};

Synopsis

Constructors

CustomActionNavigationOperationProperty()

Properties

LocalNavigationConfiguration

The configuration that chooses the navigation target.

Constructors

CustomActionNavigationOperationProperty()

public CustomActionNavigationOperationProperty()

Properties

LocalNavigationConfiguration

The configuration that chooses the navigation target.

public object LocalNavigationConfiguration { get; set; }
Property Value

System.Object

Remarks

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

Implements

CfnDashboard.ICustomActionNavigationOperationProperty
Back to top Generated by DocFX