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

DimensionValueSource

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

The location where the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch. To use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail or SendRawEmail API, choose messageTag. To use your own email headers, choose emailHeader. To use link tags, choose linkTags.

type DimensionValueSource =
| "MESSAGE_TAG"
| "EMAIL_HEADER"
| "LINK_TAG"

§Type

§
"MESSAGE_TAG" | "EMAIL_HEADER" | "LINK_TAG" | cmnP.UnexpectedEnumValue
[src]