![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.mediaconnect.kotlin.outputs.FlowOutputVpcInterfaceAttachment.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.mediaconnect.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The settings for attaching a VPC interface to an output.
* @property vpcInterfaceName The name of the VPC interface to use for this output.
*/
public data class FlowOutputVpcInterfaceAttachment(
public val vpcInterfaceName: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.mediaconnect.outputs.FlowOutputVpcInterfaceAttachment): FlowOutputVpcInterfaceAttachment = FlowOutputVpcInterfaceAttachment(
vpcInterfaceName = javaType.vpcInterfaceName().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy