ServiceIngressConfigurationArgs

data class ServiceIngressConfigurationArgs(val isPubliclyAccessible: Output<Boolean>) : ConvertibleToJava<ServiceIngressConfigurationArgs>

Network ingress configuration

Constructors

Link copied to clipboard
fun ServiceIngressConfigurationArgs(isPubliclyAccessible: Output<Boolean>)

Functions

Link copied to clipboard
open override fun toJava(): ServiceIngressConfigurationArgs

Properties

Link copied to clipboard

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