StreamProcessorOutputS3Destination

data class StreamProcessorOutputS3Destination(val bucket: String? = null, val keyPrefix: String? = null)

Constructors

Link copied to clipboard
constructor(bucket: String? = null, keyPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucket: String? = null

Name of the Amazon S3 bucket you want to associate with the streaming video project.

Link copied to clipboard
val keyPrefix: String? = null

The prefix value of the location within the bucket that you want the information to be published to.