AWS::SES::MailManagerArchiveCreates a new email archive resource for storing and retaining emails.
import { CfnMailManagerArchive } from 'aws-cdk-lib/aws-ses';Or use the module namespace:
import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnMailManagerArchiveConfiguration passed to the constructor as CfnMailManagerArchiveProps.
archiveNameOptionalstringA unique name for the new archive.
kmsKeyArnOptionalstringThe Amazon Resource Name (ARN) of the KMS key for encrypting emails in the archive.
retentionOptionalIResolvable | ArchiveRetentionPropertyThe period for retaining emails in the archive before automatic deletion.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon SES on one page. HD quality, print-friendly.
Download Free Infographicaws-sesAWS::SES::MailManagerArchive