class Aws::SESV2::Types::ImportDestination

An object that contains details about the resource destination the import job is going to target.

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

data as a hash:

    {
      suppression_list_destination: {
        suppression_list_import_action: "DELETE", # required, accepts DELETE, PUT
      },
      contact_list_destination: {
        contact_list_name: "ContactListName", # required
        contact_list_import_action: "DELETE", # required, accepts DELETE, PUT
      },
    }

@!attribute [rw] suppression_list_destination

An object that contains the action of the import job towards
suppression list.
@return [Types::SuppressionListDestination]

@!attribute [rw] contact_list_destination

An object that contains the action of the import job towards a
contact list.
@return [Types::ContactListDestination]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/ImportDestination AWS API Documentation

Constants

SENSITIVE