AWS Fundamentals Logo
AWS Fundamentals
AWS::SES::MailManagerArchive

SES MailManagerArchive

Definition of AWS::SES::MailManagerArchive Resource Type

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ArchiveName
string
KmsKeyArn
string
Create-only
Retention
ArchiveRetention
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArchiveArnstring-
ArchiveIdstring-
ArchiveStatestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SES::MailManagerArchive

Resources:
  MyResource:
    Type: AWS::SES::MailManagerArchive
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ses:TagResourceses:ListTagsForResourceses:GetArchiveses:CreateArchiveiam:CreateServiceLinkedRolekms:DescribeKeykms:Decryptkms:GenerateDataKey

read

ses:ListTagsForResourceses:GetArchive

update

ses:TagResourceses:UntagResourceses:ListTagsForResourceses:GetArchiveses:UpdateArchive

delete

ses:GetArchiveses:DeleteArchive

list

ses:ListArchives

Get the SES Cheat Sheet

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

Download Free Infographic

Quick Facts

ServiceSES
Properties7
Required0
TaggingSupported
Primary IDArchiveId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

KmsKeyArn

External Links