ServiceNetworkConfigurationEgressConfiguration constructor
const
ServiceNetworkConfigurationEgressConfiguration({})
Creates a new ServiceNetworkConfigurationEgressConfiguration.
egressType Type of egress configuration. Valid values are: DEFAULT and VPC.
vpcConnectorArn ARN of the App Runner VPC connector that you want to associate with your App Runner service. Only valid when EgressType = VPC.
Implementation
const ServiceNetworkConfigurationEgressConfiguration({
this.egressType,
this.vpcConnectorArn,
});