Class: Aws::SESV2::Types::PutDeliverabilityDashboardOptionRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sesv2/types.rb

Overview

Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email using Amazon SES API v2. You also gain the ability to perform predictive inbox placement tests.

When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other Amazon Web Services services. For more information about the features and cost of a Deliverability dashboard subscription, see [Amazon Pinpoint Pricing].

[1]: aws.amazon.com/pinpoint/pricing/

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_enabledBoolean

Specifies whether to enable the Deliverability dashboard. To enable the dashboard, set this value to ‘true`.

Returns:

  • (Boolean)


6281
6282
6283
6284
6285
6286
# File 'lib/aws-sdk-sesv2/types.rb', line 6281

class PutDeliverabilityDashboardOptionRequest < Struct.new(
  :dashboard_enabled,
  :subscribed_domains)
  SENSITIVE = []
  include Aws::Structure
end

#subscribed_domainsArray<Types::DomainDeliverabilityTrackingOption>

An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.



6281
6282
6283
6284
6285
6286
# File 'lib/aws-sdk-sesv2/types.rb', line 6281

class PutDeliverabilityDashboardOptionRequest < Struct.new(
  :dashboard_enabled,
  :subscribed_domains)
  SENSITIVE = []
  include Aws::Structure
end