ServiceNetworkConfigurationEgressConfigurationArgs

data class ServiceNetworkConfigurationEgressConfigurationArgs(val egressType: Output<String>? = null, val vpcConnectorArn: Output<String>? = null) : ConvertibleToJava<ServiceNetworkConfigurationEgressConfigurationArgs>

Constructors

constructor(egressType: Output<String>? = null, vpcConnectorArn: Output<String>? = null)

Properties

Link copied to clipboard
val egressType: Output<String>? = null

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

Link copied to clipboard
val vpcConnectorArn: Output<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.

Functions

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