amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.CustomActionNavigationOperation

Description

 
Synopsis

Documentation

data CustomActionNavigationOperation Source #

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

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

See: newCustomActionNavigationOperation smart constructor.

Constructors

CustomActionNavigationOperation' 

Fields

Instances

Instances details
FromJSON CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

ToJSON CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

Generic CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

Associated Types

type Rep CustomActionNavigationOperation :: Type -> Type #

Read CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

Show CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

NFData CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

Eq CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

Hashable CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

type Rep CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

type Rep CustomActionNavigationOperation = D1 ('MetaData "CustomActionNavigationOperation" "Amazonka.QuickSight.Types.CustomActionNavigationOperation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CustomActionNavigationOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "localNavigationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LocalNavigationConfiguration))))

newCustomActionNavigationOperation :: CustomActionNavigationOperation Source #

Create a value of CustomActionNavigationOperation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:localNavigationConfiguration:CustomActionNavigationOperation', customActionNavigationOperation_localNavigationConfiguration - The configuration that chooses the navigation target.