VpcIngressConnectionIngressVpcConfiguration

data class VpcIngressConnectionIngressVpcConfiguration(val vpcEndpointId: String? = null, val vpcId: String? = null)

Constructors

constructor(vpcEndpointId: String? = null, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val vpcEndpointId: String? = null

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

Link copied to clipboard
val vpcId: String? = null

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