# AWS::AppRunner::Service EgressConfiguration Network egress configuration ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "EgressType" : String, "VpcConnectorArn" : String }### YAML
EgressType: String VpcConnectorArn: String## Properties #### EgressType Network egress type. _Required_: Yes _Type_: String _Allowed Values_:
DEFAULT
| VPC
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### VpcConnectorArn
The Amazon Resource Name (ARN) of the App Runner VpcConnector.
_Required_: No
_Type_: String
_Minimum_: 44
_Maximum_: 1011
_Pattern_: arn:aws(-[\w]+)*:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[0-9]{12}:(\w|\/|-){1,1011}
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)