![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.apprunner.kotlin.outputs.VpcIngressConnectionIngressVpcConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.apprunner.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The configuration of customer’s VPC and related VPC endpoint
* @property vpcEndpointId The ID of the VPC endpoint that your App Runner service connects to.
* @property vpcId The ID of the VPC that the VPC endpoint is used in.
*/
public data class VpcIngressConnectionIngressVpcConfiguration(
public val vpcEndpointId: String,
public val vpcId: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.apprunner.outputs.VpcIngressConnectionIngressVpcConfiguration): VpcIngressConnectionIngressVpcConfiguration = VpcIngressConnectionIngressVpcConfiguration(
vpcEndpointId = javaType.vpcEndpointId(),
vpcId = javaType.vpcId(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy