VpcIngressConnectionIngressVpcConfigurationArgs

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

Constructors

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

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.

Functions

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