S3Reference
Amazon S3 object representing the updated message content, in MIME format.
Note
The region for the S3 bucket containing the S3 object must match the region used for WorkMail operations. Also, for WorkMail to process an S3 object, it must have permission to access that object. For more information, see Updating message content with AWS Lambda.
Contents
- bucket
-
The S3 bucket name.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 63.
Pattern:
^[a-z0-9][a-z0-9\-]*
Required: Yes
- key
-
The S3 key object name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
[a-zA-Z0-9\-/]*
Required: Yes
- objectVersion
-
If you enable versioning for the bucket, you can specify the object version.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
.+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: