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

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