| 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.AccountCustomization
Description
Documentation
data AccountCustomization Source #
The Amazon QuickSight customizations associated with your Amazon Web Services account or a QuickSight namespace in a specific Amazon Web Services Region.
See: newAccountCustomization smart constructor.
Constructors
| AccountCustomization' | |
Fields
| |
Instances
newAccountCustomization :: AccountCustomization Source #
Create a value of AccountCustomization 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:defaultEmailCustomizationTemplate:AccountCustomization', accountCustomization_defaultEmailCustomizationTemplate - The default email customization template.
$sel:defaultTheme:AccountCustomization', accountCustomization_defaultTheme - The default theme for this Amazon QuickSight subscription.
accountCustomization_defaultEmailCustomizationTemplate :: Lens' AccountCustomization (Maybe Text) Source #
The default email customization template.
accountCustomization_defaultTheme :: Lens' AccountCustomization (Maybe Text) Source #
The default theme for this Amazon QuickSight subscription.