| 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.ThemeAlias
Description
Synopsis
Documentation
data ThemeAlias Source #
An alias for a theme.
See: newThemeAlias smart constructor.
Constructors
| ThemeAlias' | |
Instances
newThemeAlias :: ThemeAlias Source #
Create a value of ThemeAlias 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:aliasName:ThemeAlias', themeAlias_aliasName - The display name of the theme alias.
$sel:arn:ThemeAlias', themeAlias_arn - The Amazon Resource Name (ARN) of the theme alias.
$sel:themeVersionNumber:ThemeAlias', themeAlias_themeVersionNumber - The version number of the theme alias.
themeAlias_aliasName :: Lens' ThemeAlias (Maybe Text) Source #
The display name of the theme alias.
themeAlias_arn :: Lens' ThemeAlias (Maybe Text) Source #
The Amazon Resource Name (ARN) of the theme alias.
themeAlias_themeVersionNumber :: Lens' ThemeAlias (Maybe Natural) Source #
The version number of the theme alias.