StreamProcessorS3Destination

data class StreamProcessorS3Destination(val bucketName: String, val objectKeyPrefix: String? = null)

The S3 location in customer's account where inference output & artifacts are stored, as part of connected home feature.

Constructors

Link copied to clipboard
constructor(bucketName: String, objectKeyPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the S3 bucket.

Link copied to clipboard
val objectKeyPrefix: String? = null

The object key prefix path where the results will be stored. Default is no prefix path