![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.appstream.kotlin.outputs.ImageBuilderAccessEndpoint.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.appstream.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property endpointType The type of interface endpoint.
* @property vpceId The identifier (ID) of the VPC in which the interface endpoint is used.
*/
public data class ImageBuilderAccessEndpoint(
public val endpointType: String,
public val vpceId: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.appstream.outputs.ImageBuilderAccessEndpoint): ImageBuilderAccessEndpoint = ImageBuilderAccessEndpoint(
endpointType = javaType.endpointType(),
vpceId = javaType.vpceId(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy