| 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.SESV2.Types.DashboardOptions
Description
Documentation
data DashboardOptions Source #
An object containing additional settings for your VDM configuration as applicable to the Dashboard.
See: newDashboardOptions smart constructor.
Constructors
| DashboardOptions' | |
Fields
| |
Instances
newDashboardOptions :: DashboardOptions Source #
Create a value of DashboardOptions 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:engagementMetrics:DashboardOptions', dashboardOptions_engagementMetrics - Specifies the status of your VDM engagement metrics collection. Can be
one of the following:
ENABLED– Amazon SES enables engagement metrics for the configuration set.DISABLED– Amazon SES disables engagement metrics for the configuration set.
dashboardOptions_engagementMetrics :: Lens' DashboardOptions (Maybe FeatureStatus) Source #
Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED– Amazon SES enables engagement metrics for the configuration set.DISABLED– Amazon SES disables engagement metrics for the configuration set.