class Aws::WorkMailMessageFlow::Types::S3Reference
Amazon S3 object representing the updated message content, in MIME format.
<note markdown=“1”> 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].
</note>
[1]: docs.aws.amazon.com/workmail/latest/adminguide/update-with-lambda.html
@note When making an API call, you may pass S3Reference
data as a hash: { bucket: "s3BucketIdType", # required key: "s3KeyIdType", # required object_version: "s3VersionType", }
@!attribute [rw] bucket
The S3 bucket name. @return [String]
@!attribute [rw] key
The S3 key object name. @return [String]
@!attribute [rw] object_version
If you enable versioning for the bucket, you can specify the object version. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/workmailmessageflow-2019-05-01/S3Reference AWS API Documentation
Constants
- SENSITIVE