protocol property

Input<String?>? protocol
final

IP protocol that App Runner uses to perform health checks for your service. Valid values: TCP, HTTP. Defaults to TCP. If you set protocol to HTTP, App Runner sends health check requests to the HTTP path specified by path.

Implementation

final pulumi.Input<String?>? protocol;