VpcIngressConnectionIngressVpcConfigurationArgs

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

The configuration of customer’s VPC and related VPC endpoint

Constructors

constructor(vpcEndpointId: Output<String>, vpcId: Output<String>)

Properties

Link copied to clipboard
val vpcEndpointId: Output<String>

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

Link copied to clipboard
val vpcId: Output<String>

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

Functions

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