class Aws::PinpointEmail::Types::PutDeliverabilityDashboardOptionRequest

Enable or disable the Deliverability dashboard for your Amazon Pinpoint account. 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 Pinpoint. 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 Pinpoint. For more information about the features and cost of a Deliverability dashboard subscription, see [Amazon Pinpoint Pricing].

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

@note When making an API call, you may pass PutDeliverabilityDashboardOptionRequest

data as a hash:

    {
      dashboard_enabled: false, # required
      subscribed_domains: [
        {
          domain: "Domain",
          subscription_start_date: Time.now,
          inbox_placement_tracking_option: {
            global: false,
            tracked_isps: ["IspName"],
          },
        },
      ],
    }

@!attribute [rw] dashboard_enabled

Specifies whether to enable the Deliverability dashboard for your
Amazon Pinpoint account. To enable the dashboard, set this value to
`true`.
@return [Boolean]

@!attribute [rw] subscribed_domains

An array of objects, one for each verified domain that you use to
send email and enabled the Deliverability dashboard for.
@return [Array<Types::DomainDeliverabilityTrackingOption>]

@see docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/PutDeliverabilityDashboardOptionRequest AWS API Documentation

Constants

SENSITIVE