amazonka-sesv2-2.0: Amazon Simple Email Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SESV2.Types.DashboardOptions

Description

 
Synopsis

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

  • engagementMetrics :: Maybe FeatureStatus

    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.

Instances

Instances details
FromJSON DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

ToJSON DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

Generic DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

Associated Types

type Rep DashboardOptions :: Type -> Type #

Read DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

Show DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

NFData DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

Methods

rnf :: DashboardOptions -> () #

Eq DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

Hashable DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

type Rep DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

type Rep DashboardOptions = D1 ('MetaData "DashboardOptions" "Amazonka.SESV2.Types.DashboardOptions" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "DashboardOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "engagementMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureStatus))))

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.