ServiceIngressConfiguration

data class ServiceIngressConfiguration(val isPubliclyAccessible: Boolean)

Network ingress configuration

Constructors

Link copied to clipboard
constructor(isPubliclyAccessible: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

It's set to true if the Apprunner service is publicly accessible. It's set to false otherwise.