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.CustomActionURLOperation

Description

 
Synopsis

Documentation

data CustomActionURLOperation Source #

The URL operation that opens a link to another webpage.

See: newCustomActionURLOperation smart constructor.

Constructors

CustomActionURLOperation' 

Fields

  • uRLTemplate :: Text

    THe URL link of the CustomActionURLOperation.

  • uRLTarget :: URLTargetConfiguration

    The target of the CustomActionURLOperation.

    Valid values are defined as follows:

    • NEW_TAB: Opens the target URL in a new browser tab.
    • NEW_WINDOW: Opens the target URL in a new browser window.
    • SAME_TAB: Opens the target URL in the same browser tab.

Instances

Instances details
FromJSON CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

ToJSON CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

Generic CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

Associated Types

type Rep CustomActionURLOperation :: Type -> Type #

Read CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

Show CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

NFData CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

Eq CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

Hashable CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

type Rep CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

type Rep CustomActionURLOperation = D1 ('MetaData "CustomActionURLOperation" "Amazonka.QuickSight.Types.CustomActionURLOperation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CustomActionURLOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "uRLTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "uRLTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 URLTargetConfiguration)))

newCustomActionURLOperation Source #

Create a value of CustomActionURLOperation 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:uRLTemplate:CustomActionURLOperation', customActionURLOperation_uRLTemplate - THe URL link of the CustomActionURLOperation.

$sel:uRLTarget:CustomActionURLOperation', customActionURLOperation_uRLTarget - The target of the CustomActionURLOperation.

Valid values are defined as follows:

  • NEW_TAB: Opens the target URL in a new browser tab.
  • NEW_WINDOW: Opens the target URL in a new browser window.
  • SAME_TAB: Opens the target URL in the same browser tab.

customActionURLOperation_uRLTemplate :: Lens' CustomActionURLOperation Text Source #

THe URL link of the CustomActionURLOperation.

customActionURLOperation_uRLTarget :: Lens' CustomActionURLOperation URLTargetConfiguration Source #

The target of the CustomActionURLOperation.

Valid values are defined as follows:

  • NEW_TAB: Opens the target URL in a new browser tab.
  • NEW_WINDOW: Opens the target URL in a new browser window.
  • SAME_TAB: Opens the target URL in the same browser tab.