ServiceEgressConfiguration

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

Network egress configuration

Constructors

Link copied to clipboard
constructor(egressType: ServiceEgressConfigurationEgressType, vpcConnectorArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val vpcConnectorArn: String? = null

The Amazon Resource Name (ARN) of the App Runner VpcConnector.