| 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.VisualCustomActionOperation
Description
Synopsis
- data VisualCustomActionOperation = VisualCustomActionOperation' {}
- newVisualCustomActionOperation :: VisualCustomActionOperation
- visualCustomActionOperation_filterOperation :: Lens' VisualCustomActionOperation (Maybe CustomActionFilterOperation)
- visualCustomActionOperation_navigationOperation :: Lens' VisualCustomActionOperation (Maybe CustomActionNavigationOperation)
- visualCustomActionOperation_setParametersOperation :: Lens' VisualCustomActionOperation (Maybe CustomActionSetParametersOperation)
- visualCustomActionOperation_uRLOperation :: Lens' VisualCustomActionOperation (Maybe CustomActionURLOperation)
Documentation
data VisualCustomActionOperation Source #
The operation that is defined by the custom action.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newVisualCustomActionOperation smart constructor.
Constructors
| VisualCustomActionOperation' | |
Fields
| |
Instances
newVisualCustomActionOperation :: VisualCustomActionOperation Source #
Create a value of VisualCustomActionOperation 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:filterOperation:VisualCustomActionOperation', visualCustomActionOperation_filterOperation - The filter operation that filters data included in a visual or in an
entire sheet.
$sel:navigationOperation:VisualCustomActionOperation', visualCustomActionOperation_navigationOperation - The navigation operation that navigates between different sheets in the
same analysis.
$sel:setParametersOperation:VisualCustomActionOperation', visualCustomActionOperation_setParametersOperation - The set parameter operation that sets parameters in custom action.
$sel:uRLOperation:VisualCustomActionOperation', visualCustomActionOperation_uRLOperation - The URL operation that opens a link to another webpage.
visualCustomActionOperation_filterOperation :: Lens' VisualCustomActionOperation (Maybe CustomActionFilterOperation) Source #
The filter operation that filters data included in a visual or in an entire sheet.
visualCustomActionOperation_navigationOperation :: Lens' VisualCustomActionOperation (Maybe CustomActionNavigationOperation) Source #
The navigation operation that navigates between different sheets in the same analysis.
visualCustomActionOperation_setParametersOperation :: Lens' VisualCustomActionOperation (Maybe CustomActionSetParametersOperation) Source #
The set parameter operation that sets parameters in custom action.
visualCustomActionOperation_uRLOperation :: Lens' VisualCustomActionOperation (Maybe CustomActionURLOperation) Source #
The URL operation that opens a link to another webpage.