This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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
, "IpAddressType" :String
}
YAML
EgressConfiguration:
EgressConfiguration
IngressConfiguration:IngressConfiguration
IpAddressType:String
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
IpAddressType
-
App Runner provides you with the option to choose between IPv4 and dual stack (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an
IpAddressType
, it defaults to select IPv4.Required: No
Type: String
Allowed values:
IPV4 | DUAL_STACK
Update requires: No interruption