All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.rekognition.kotlin.outputs.StreamProcessorKinesisVideoStream.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.rekognition.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * The Kinesis Video Stream that streams the source video.
 * @property arn ARN of the Kinesis Video Stream that streams the source video.
 */
public data class StreamProcessorKinesisVideoStream(
    public val arn: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.rekognition.outputs.StreamProcessorKinesisVideoStream): StreamProcessorKinesisVideoStream = StreamProcessorKinesisVideoStream(
            arn = javaType.arn(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy