S3Object

class S3Object

Provides the S3 bucket name and object name.

The region for the S3 bucket containing the S3 object must match the region you use for Amazon Rekognition operations.

For Amazon Rekognition to process an S3 object, the user must have permission to access the S3 object. For more information, see How Amazon Rekognition works with IAM in the Amazon Rekognition Developer Guide.

Types

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

Properties

Link copied to clipboard

Name of the S3 bucket.

Link copied to clipboard
val name: String?

S3 object key name.

Link copied to clipboard

If the bucket is versioning enabled, you can specify the object version.

Functions

Link copied to clipboard
inline fun copy(block: S3Object.Builder.() -> Unit = {}): S3Object
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