Stream Processor Output Args
data class StreamProcessorOutputArgs(val kinesisDataStream: Output<StreamProcessorOutputKinesisDataStreamArgs>? = null, val s3Destination: Output<StreamProcessorOutputS3DestinationArgs>? = null) : ConvertibleToJava<StreamProcessorOutputArgs>
Constructors
Link copied to clipboard
constructor(kinesisDataStream: Output<StreamProcessorOutputKinesisDataStreamArgs>? = null, s3Destination: Output<StreamProcessorOutputS3DestinationArgs>? = null)
Properties
Link copied to clipboard
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results. See kinesis_data_stream
.
Link copied to clipboard
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation. See s3_destination
.