ServiceNetworkConfigurationEgressConfiguration

data class ServiceNetworkConfigurationEgressConfiguration(val egressType: String? = null, val vpcConnectorArn: String? = null)

Constructors

constructor(egressType: String? = null, vpcConnectorArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val egressType: String? = null

The type of egress configuration. Valid values are: DEFAULT and VPC.

Link copied to clipboard
val vpcConnectorArn: String? = null

The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner service. Only valid when EgressType = VPC.