S3Reference

Amazon S3 object representing the updated message content, in MIME format.

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The S3 bucket name.

Link copied to clipboard
val key: String

The S3 key object name.

Link copied to clipboard

If you enable versioning for the bucket, you can specify the object version.

Functions

Link copied to clipboard
inline fun copy(block: S3Reference.Builder.() -> Unit = {}): S3Reference
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String