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

com.pulumi.awsnative.mediaconnect.kotlin.outputs.FlowInterface.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.mediaconnect.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * The VPC interface that you want to use for the media stream associated with the output.
 * @property name The name of the VPC interface that you want to use for the media stream associated with the output.
 */
public data class FlowInterface(
    public val name: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.mediaconnect.outputs.FlowInterface): FlowInterface = FlowInterface(
            name = javaType.name(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy