AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SES::MailManagerArchive

CfnMailManagerArchive

Creates a new email archive resource for storing and retaining emails.

Import

import { CfnMailManagerArchive } from 'aws-cdk-lib/aws-ses';

Or use the module namespace:

import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnMailManagerArchive

Properties

Configuration passed to the constructor as CfnMailManagerArchiveProps.

archiveNameOptional
string

A unique name for the new archive.

kmsKeyArnOptional
string

The Amazon Resource Name (ARN) of the KMS key for encrypting emails in the archive.

retentionOptional
IResolvable | ArchiveRetentionProperty

The period for retaining emails in the archive before automatic deletion.

tagsOptional
CfnTag[]

The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon SES Cheat Sheet

Everything you need to know about Amazon SES on one page. HD quality, print-friendly.

Download Free Infographic