StreamProcessorOutputS3DestinationArgs

data class StreamProcessorOutputS3DestinationArgs(val bucket: Output<String>? = null, val keyPrefix: Output<String>? = null) : ConvertibleToJava<StreamProcessorOutputS3DestinationArgs>

Constructors

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

Properties

Link copied to clipboard
val bucket: Output<String>? = null

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

Link copied to clipboard
val keyPrefix: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): StreamProcessorOutputS3DestinationArgs