ServiceNetworkConfigurationEgressConfiguration constructor

const ServiceNetworkConfigurationEgressConfiguration({
  1. Input<String?>? egressType,
  2. Input<String?>? vpcConnectorArn,
})

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,
});