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

com.pulumi.awsnative.s3outposts.kotlin.outputs.EndpointNetworkInterface.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.s3outposts.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * The container for the network interface.
 * @property networkInterfaceId The ID for the network interface.
 */
public data class EndpointNetworkInterface(
    public val networkInterfaceId: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.s3outposts.outputs.EndpointNetworkInterface): EndpointNetworkInterface = EndpointNetworkInterface(
            networkInterfaceId = javaType.networkInterfaceId(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy