VpcIngressConnectionIngressVpcConfigurationArgs

data class VpcIngressConnectionIngressVpcConfigurationArgs(val vpcEndpointId: Output<String>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<VpcIngressConnectionIngressVpcConfigurationArgs>

Constructors

fun VpcIngressConnectionIngressVpcConfigurationArgs(vpcEndpointId: Output<String>? = null, vpcId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): VpcIngressConnectionIngressVpcConfigurationArgs

Properties

Link copied to clipboard
val vpcEndpointId: Output<String>? = null

The ID of the VPC endpoint that your App Runner service connects to.

Link copied to clipboard
val vpcId: Output<String>? = null

The ID of the VPC that is used for the VPC endpoint.