Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReplacementTemplate

import type { ReplacementTemplate } from "https://aws-api.deno.dev/v0.3/services/sesv2.ts?docs=full";

An object which contains ReplacementTemplateData to be used for a specific BulkEmailEntry.

interface ReplacementTemplate {
ReplacementTemplateData?: string | null;
}

§Properties

§
ReplacementTemplateData?: string | null
[src]

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.