ses:CreateArchive

Write

ses:CreateArchive is a Write access-level action in the ses service. Grants permission to create an archive

Resource types

ARNs that ses:CreateArchive can be scoped to in an IAM policy.

arn:${Partition}:ses:${Region}:${Account}:mailmanager-archive/${ArchiveId}
mailmanager-archive

Condition keys

Keys you can use in the Condition block of a policy that grants ses:CreateArchive.

aws:ResourceTag/${TagKey} String

Filters access by tag key-value pairs attached to the resource

Dependent actions

To use ses:CreateArchive you may also need to grant:

Example IAM policy

A minimal policy that allows ses:CreateArchive. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowSesCreateArchive",
      "Effect": "Allow",
      "Action": "ses:CreateArchive",
      "Resource": "*"
    }
  ]
}

Related actions in ses

View all ses actions →