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

PutConfigurationSetTrackingOptionsRequest

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

A request to add a custom domain for tracking open and click events to a configuration set.

interface PutConfigurationSetTrackingOptionsRequest {
ConfigurationSetName: string;
CustomRedirectDomain?: string | null;
}

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set that you want to add a custom tracking domain to.

§
CustomRedirectDomain?: string | null
[src]

The domain that you want to use to track open and click events.