class Aws::SESV2::Types::ImportDataSource

An object that contains details about the data source of the import job.

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

data as a hash:

    {
      s3_url: "S3Url", # required
      data_format: "CSV", # required, accepts CSV, JSON
    }

@!attribute [rw] s3_url

An Amazon S3 URL in the format
s3://*<bucket\_name>*/*<object>*.
@return [String]

@!attribute [rw] data_format

The data format of the import job's data source.
@return [String]

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

Constants

SENSITIVE