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

PutConfigurationSetVdmOptionsRequest

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

A request to add specific VDM settings to a configuration set.

interface PutConfigurationSetVdmOptionsRequest {
ConfigurationSetName: string;
VdmOptions?: VdmOptions | null;
}

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set.

§
VdmOptions?: VdmOptions | null
[src]

The VDM options to apply to the configuration set.