ServiceNetworkConfigurationIngressConfiguration

data class ServiceNetworkConfigurationIngressConfiguration(val isPubliclyAccessible: Boolean? = null)

Constructors

constructor(isPubliclyAccessible: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it to True. To make the service privately accessible, from only within an Amazon VPC set it to False.