| 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.LinkSharingConfiguration
Description
Documentation
data LinkSharingConfiguration Source #
A structure that contains the configuration of a shareable link to the dashboard.
See: newLinkSharingConfiguration smart constructor.
Constructors
| LinkSharingConfiguration' | |
Fields
| |
Instances
newLinkSharingConfiguration :: LinkSharingConfiguration Source #
Create a value of LinkSharingConfiguration 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:permissions:LinkSharingConfiguration', linkSharingConfiguration_permissions - A structure that contains the permissions of a shareable link.
linkSharingConfiguration_permissions :: Lens' LinkSharingConfiguration (Maybe (NonEmpty ResourcePermission)) Source #
A structure that contains the permissions of a shareable link.