workmailmessageflow:PutRawMessageContent

Write

workmailmessageflow:PutRawMessageContent is a Write access-level action in the workmailmessageflow service. Grants permission to update the content of email messages with the specified message ID

Resource types

ARNs that workmailmessageflow:PutRawMessageContent can be scoped to in an IAM policy.

arn:${Partition}:workmailmessageflow:${Region}:${Account}:message/${OrganizationId}/${Context}/${MessageId}
RawMessage

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowWorkmailmessageflowPutRawMessageContent",
      "Effect": "Allow",
      "Action": "workmailmessageflow:PutRawMessageContent",
      "Resource": "*"
    }
  ]
}

Related actions in workmailmessageflow

View all workmailmessageflow actions →