AWS::AppRunner::Service NetworkConfiguration
Describes configuration settings related to network traffic of an AWS App Runner service. Consists of embedded objects for each configurable network feature.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "EgressConfiguration" :
EgressConfiguration
, "IngressConfiguration" :IngressConfiguration
}
Properties
EgressConfiguration
-
Network configuration settings for outbound message traffic.
Required: No
Type: EgressConfiguration
Update requires: No interruption
IngressConfiguration
-
Network configuration settings for inbound message traffic.
Required: No
Type: IngressConfiguration
Update requires: No interruption