
com.pulumi.aws.s3outposts.kotlin.outputs.EndpointNetworkInterface.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.s3outposts.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property networkInterfaceId Identifier of the Elastic Network Interface (ENI).
*/
public data class EndpointNetworkInterface(
public val networkInterfaceId: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.s3outposts.outputs.EndpointNetworkInterface): EndpointNetworkInterface = EndpointNetworkInterface(
networkInterfaceId = javaType.networkInterfaceId().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy