StreamProcessorS3DestinationArgs

data class StreamProcessorS3DestinationArgs(val bucketName: Output<String>, val objectKeyPrefix: Output<String>? = null) : ConvertibleToJava<StreamProcessorS3DestinationArgs>

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: Output<String>, objectKeyPrefix: Output<String>? = null)

Properties

Link copied to clipboard
val bucketName: Output<String>

Name of the S3 bucket.

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

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

Functions

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