Stream Processor S3Destination Args
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.