| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.CustomActionURLOperation
Description
Synopsis
- data CustomActionURLOperation = CustomActionURLOperation' {}
- newCustomActionURLOperation :: Text -> URLTargetConfiguration -> CustomActionURLOperation
- customActionURLOperation_uRLTemplate :: Lens' CustomActionURLOperation Text
- customActionURLOperation_uRLTarget :: Lens' CustomActionURLOperation URLTargetConfiguration
Documentation
data CustomActionURLOperation Source #
The URL operation that opens a link to another webpage.
See: newCustomActionURLOperation smart constructor.
Constructors
| CustomActionURLOperation' | |
Fields
| |
Instances
newCustomActionURLOperation Source #
Arguments
| :: Text | |
| -> URLTargetConfiguration | |
| -> CustomActionURLOperation |
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.