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.DashboardAttributes

Description

 
Synopsis

Documentation

data DashboardAttributes Source #

An object containing additional settings for your VDM configuration as applicable to the Dashboard.

See: newDashboardAttributes smart constructor.

Constructors

DashboardAttributes' 

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 your account.
    • DISABLED – Amazon SES disables engagement metrics for your account.

Instances

Instances details
FromJSON DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

ToJSON DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

Generic DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

Associated Types

type Rep DashboardAttributes :: Type -> Type #

Read DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

Show DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

NFData DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

Methods

rnf :: DashboardAttributes -> () #

Eq DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

Hashable DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

type Rep DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

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

newDashboardAttributes :: DashboardAttributes Source #

Create a value of DashboardAttributes 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:DashboardAttributes', dashboardAttributes_engagementMetrics - Specifies the status of your VDM engagement metrics collection. Can be one of the following:

  • ENABLED – Amazon SES enables engagement metrics for your account.
  • DISABLED – Amazon SES disables engagement metrics for your account.

dashboardAttributes_engagementMetrics :: Lens' DashboardAttributes (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 your account.
  • DISABLED – Amazon SES disables engagement metrics for your account.